commit: 3c6ed890530abc690147bec4bbb6643995ad71e8 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri Jul 12 06:32:40 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Jul 12 06:32:40 2019 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=3c6ed890
Bump version up to 2.18 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 95897d5..1460ebd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.17], [[email protected]]) +AC_INIT([sandbox], [2.18], [[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])
