commit: 0e4331e07a560b04f537741d0a56ecf8338e8e3d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 9 13:40:02 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 9 13:40:08 2019 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=0e4331e0
Bump to 2.15 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 ca352a3..d4886b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.14], [[email protected]]) +AC_INIT([sandbox], [2.15], [[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])
