diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-06-30 12:53:42 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-06-30 12:53:42 -0400 |
commit | 4d23fef44f592455b59793199afe96f239cd5923 (patch) | |
tree | 47c3f2950a79ecca07c08c5e7683872a3791c1a0 | |
parent | CI: clean up glibc job (diff) | |
download | sandbox-4d23fef44f592455b59793199afe96f239cd5923.tar.gz sandbox-4d23fef44f592455b59793199afe96f239cd5923.tar.bz2 sandbox-4d23fef44f592455b59793199afe96f239cd5923.zip |
v2.33v2.33
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a030dce..8cdca8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.32], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.33], [sandbox@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]) |