aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-11 09:22:39 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-11 09:55:50 +0100
commit5b1ec8ef2e07931ac30fff5ea75d8532d84a6145 (patch)
tree7d0c51cbf4c927ccf6d49b5b21b87e779014255f
parentFix detecting libsigsegv (diff)
downloadsandbox-5b1ec8ef2e07931ac30fff5ea75d8532d84a6145.tar.gz
sandbox-5b1ec8ef2e07931ac30fff5ea75d8532d84a6145.tar.bz2
sandbox-5b1ec8ef2e07931ac30fff5ea75d8532d84a6145.zip
Bump to 2.21v2.21
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 b3bc10d..ff163c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.20], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.21], [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])