From 7fe61d246fa138010f3720a737e6a2da5175c2a9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 2 Dec 2018 16:27:34 +0100 Subject: Bump to 2.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6ed42df..ca352a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.13], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.14], [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]) -- cgit v1.2.3-65-gdbad