aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:31:41 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:31:41 +0200
commit9e90ca7ede19181a3d693f543519c6fa5ecc1431 (patch)
tree26b72e9421aabbfc2ca74b560a9d130a25287d16
parenttests/script-16.sh: mark as passing only for native ABI (diff)
downloadsandbox-2.20.tar.gz
sandbox-2.20.tar.bz2
sandbox-2.20.zip
Bump to v2.20v2.20
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 5a1c1e1..c536100 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.19], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.20], [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])