commit: 8c8e34eac4f10f9af47461ed0f754913409710bc Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Fri Oct 22 00:22:00 2021 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Fri Oct 22 02:47:38 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=8c8e34ea
bump to sandbox-2.27 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 b1fd45d..f68cf90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.26], [sand...@gentoo.org]) +AC_INIT([sandbox], [2.27], [sand...@gentoo.org]) AM_INIT_AUTOMAKE([1.15 dist-xz foreign 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])