diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-03-10 11:18:49 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-03-10 11:18:49 +0100 |
commit | d259fda6b0a0bbf32986d882b9691815d6a99af2 (patch) | |
tree | ab140c3fef91667e8b9e942d0065b4bd09578e25 | |
parent | configure.ac: add lld detection support (diff) | |
download | sandbox-2.16.tar.gz sandbox-2.16.tar.bz2 sandbox-2.16.zip |
Bump to 2.16v2.16
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 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]) |