summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-07-01 19:53:43 -0400
committerMike Gilbert <floppym@gentoo.org>2023-07-01 19:53:43 -0400
commit3cbe56b72b0aad22b87fb1abdd8d3a902acf07b6 (patch)
treecd38d79d7c9de67796d58624c21a024630e9d135
parenttests: use explicit adddeny() calls in fchmod and fchown tests. (diff)
downloadsandbox-2.34.tar.gz
sandbox-2.34.tar.bz2
sandbox-2.34.zip
v2.34v2.34
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 8cdca8b..d55ac79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.33], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.34], [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])