commit: d259fda6b0a0bbf32986d882b9691815d6a99af2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Mar 10 10:18:49 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 10:18:49 2019 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=d259fda6
Bump to 2.16 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 3f242b4..8269b37 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.15], [[email protected]]) +AC_INIT([sandbox], [2.16], [[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])
