aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-01-09 14:40:02 +0100
committerMichał Górny <mgorny@gentoo.org>2019-01-09 14:40:08 +0100
commit0e4331e07a560b04f537741d0a56ecf8338e8e3d (patch)
treee4638ff5c6d38d7722839fc5006fe4a444699860
parentexec*() wrappers: never mutate 'environ' of host process (diff)
downloadsandbox-0e4331e07a560b04f537741d0a56ecf8338e8e3d.tar.gz
sandbox-0e4331e07a560b04f537741d0a56ecf8338e8e3d.tar.bz2
sandbox-0e4331e07a560b04f537741d0a56ecf8338e8e3d.zip
Bump to 2.15v2.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca352a3..d4886b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.14], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.15], [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])