diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-31 12:31:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 12:31:41 +0200 |
commit | 9e90ca7ede19181a3d693f543519c6fa5ecc1431 (patch) | |
tree | 26b72e9421aabbfc2ca74b560a9d130a25287d16 /configure.ac | |
parent | tests/script-16.sh: mark as passing only for native ABI (diff) | |
download | sandbox-9e90ca7ede19181a3d693f543519c6fa5ecc1431.tar.gz sandbox-9e90ca7ede19181a3d693f543519c6fa5ecc1431.tar.bz2 sandbox-9e90ca7ede19181a3d693f543519c6fa5ecc1431.zip |
Bump to v2.20v2.20
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |