diff options
author | 2019-03-13 11:00:34 +0100 | |
---|---|---|
committer | 2019-03-13 11:00:34 +0100 | |
commit | b61c0675825454286d925f5a360d225622f961dc (patch) | |
tree | be9255128bc0f6ba8a2899259acaf922a0ca584d | |
parent | configure.ac: fix libc.so.6 detection on ld.gold (diff) | |
download | sandbox-2.17.tar.gz sandbox-2.17.tar.bz2 sandbox-2.17.zip |
Bump to 2.17v2.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca59928..95897d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.16], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.17], [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]) |