commit: 5b1ec8ef2e07931ac30fff5ea75d8532d84a6145 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 11 08:22:39 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 11 08:55:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=5b1ec8ef
Bump to 2.21 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b3bc10d..ff163c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.20], [[email protected]]) +AC_INIT([sandbox], [2.21], [[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])
