commit: 7240cc9fb7cd6a9bc83b9ade5a385633f42e58d1 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Mar 24 15:48:57 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Mar 24 15:48:57 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=7240cc9f
v2.46 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 1d102fd..69e3087 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.71]) -AC_INIT([sandbox], [2.45], [[email protected]]) +AC_INIT([sandbox], [2.46], [[email protected]]) 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_HEADERS([sandboxconfig.h])
