aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-07 17:36:15 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-07 17:36:15 +0200
commitee52689e9833ab99febaf5a478b70eef4e0099a5 (patch)
tree0bd4d770fec2e680dfd818f266d9a9ca8a0d0c85 /configure.ac
parentlibsandbox: adjust hard-coded denial for /var/log/sandbox (diff)
downloadsandbox-ee52689e9833ab99febaf5a478b70eef4e0099a5.tar.gz
sandbox-ee52689e9833ab99febaf5a478b70eef4e0099a5.tar.bz2
sandbox-ee52689e9833ab99febaf5a478b70eef4e0099a5.zip
Release 2.25v2.25
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac0311e..9f64a0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.24], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.25], [sandbox@gentoo.org])
AM_INIT_AUTOMAKE([1.14 dist-xz 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])