commit: 04250fcd67b2558cd24f561ef47e9d14e91f3d1f Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Mar 29 11:14:48 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Mar 29 11:14:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=04250fcd
bump to sandbox-2.12 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 18be54b..c91db66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.11], [[email protected]]) +AC_INIT([sandbox], [2.12], [[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])
