diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-07-01 19:53:43 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-07-01 19:53:43 -0400 |
commit | 3cbe56b72b0aad22b87fb1abdd8d3a902acf07b6 (patch) | |
tree | cd38d79d7c9de67796d58624c21a024630e9d135 | |
parent | tests: use explicit adddeny() calls in fchmod and fchown tests. (diff) | |
download | sandbox-3cbe56b72b0aad22b87fb1abdd8d3a902acf07b6.tar.gz sandbox-3cbe56b72b0aad22b87fb1abdd8d3a902acf07b6.tar.bz2 sandbox-3cbe56b72b0aad22b87fb1abdd8d3a902acf07b6.zip |
v2.34v2.34
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 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]) |