commit: ba3e03d46c86db74a4be7db2feaa988a1c585b34 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Mar 27 11:13:46 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Mar 27 11:13:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=ba3e03d4
configure.ac: release 2.22 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ff163c3..be733ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.21], [[email protected]]) +AC_INIT([sandbox], [2.22], [[email protected]]) AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall]) AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm AC_CONFIG_HEADER([config.h])
