aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-03-13 11:00:34 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-03-13 11:00:34 +0100
commitb61c0675825454286d925f5a360d225622f961dc (patch)
treebe9255128bc0f6ba8a2899259acaf922a0ca584d
parentconfigure.ac: fix libc.so.6 detection on ld.gold (diff)
downloadsandbox-b61c0675.tar.gz
sandbox-b61c0675.tar.bz2
sandbox-b61c0675.zip
Bump to 2.17v2.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--configure.ac2
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])