aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-03-10 11:18:49 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-03-10 11:18:49 +0100
commitd259fda6b0a0bbf32986d882b9691815d6a99af2 (patch)
treeab140c3fef91667e8b9e942d0065b4bd09578e25
parentconfigure.ac: add lld detection support (diff)
downloadsandbox-d259fda6.tar.gz
sandbox-d259fda6.tar.bz2
sandbox-d259fda6.zip
Bump to 2.16v2.16
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 3f242b4..8269b37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.15], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.16], [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])