summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-06-27 14:24:04 -0400
committerMike Gilbert <floppym@gentoo.org>2024-06-27 14:24:04 -0400
commitd2d9dbe6b589467f1fe275dae407aaca4dd01c03 (patch)
treec0bbc7f5ee3d3a9dedb7b306e9e77902c2f0f591
parentlibsandbox: fix violations where ENOENT is expected (diff)
downloadsandbox-d2d9dbe6b589467f1fe275dae407aaca4dd01c03.tar.gz
sandbox-d2d9dbe6b589467f1fe275dae407aaca4dd01c03.tar.bz2
sandbox-d2d9dbe6b589467f1fe275dae407aaca4dd01c03.zip
v2.39v2.39
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 7d32dd7..969daf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.38], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.39], [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])