aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-06-21 10:45:41 -0400
committerMike Gilbert <floppym@gentoo.org>2023-06-21 10:45:41 -0400
commita5fcf9744ad6e60cb4de8db47f1aa6ce42c51479 (patch)
treee581286ac061398c670a7b72e47688873552fbf5
parentlibsbutil: add sb_exists function (diff)
downloadsandbox-a5fcf974.tar.gz
sandbox-a5fcf974.tar.bz2
sandbox-a5fcf974.zip
v2.32v2.32
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b78cf98..ca5ed5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.31], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.32], [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])