summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-07-12 07:32:40 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-07-12 07:32:40 +0100
commit3c6ed890530abc690147bec4bbb6643995ad71e8 (patch)
tree8ff4527119af112baad22bd6cab5446e6e4f3532
parenttests: disable utimensat-3 on *-linux-musl (diff)
downloadsandbox-2.18.tar.gz
sandbox-2.18.tar.bz2
sandbox-2.18.zip
Bump version up to 2.18v2.18
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 95897d5..1460ebd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.17], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.18], [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])