aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-07-17 09:55:53 -0400
committerMike Gilbert <floppym@gentoo.org>2023-07-17 09:55:53 -0400
commit816bd9fc97f130df92e2c7e0cda5f472588a6d86 (patch)
tree0ddae16faea4fb1c62dedd96ff1d0b17834be629
parentsb_exists: drop use of faccessat (diff)
downloadsandbox-816bd9fc97f130df92e2c7e0cda5f472588a6d86.tar.gz
sandbox-816bd9fc97f130df92e2c7e0cda5f472588a6d86.tar.bz2
sandbox-816bd9fc97f130df92e2c7e0cda5f472588a6d86.zip
v2.37v2.37
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 0a3c4fc..de0dc2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.36], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.37], [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])