commit: 9e90ca7ede19181a3d693f543519c6fa5ecc1431 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 31 10:31:41 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 31 10:31:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=9e90ca7e
Bump to v2.20 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 5a1c1e1..c536100 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.19], [[email protected]]) +AC_INIT([sandbox], [2.20], [[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])
