commit: 816bd9fc97f130df92e2c7e0cda5f472588a6d86 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jul 17 13:55:53 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jul 17 13:55:53 2023 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=816bd9fc
v2.37 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0a3c4fc..de0dc2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.36], [sand...@gentoo.org]) +AC_INIT([sandbox], [2.37], [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])