commit: b61c0675825454286d925f5a360d225622f961dc Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Mar 13 10:00:34 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Mar 13 10:00:34 2019 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=b61c0675
Bump to 2.17 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ca59928..95897d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.16], [[email protected]]) +AC_INIT([sandbox], [2.17], [[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])
