Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Sun, 02 Dec 2018 15:28:48
Message-Id: 1543764509.7fe61d246fa138010f3720a737e6a2da5175c2a9.mgorny@gentoo
1 commit: 7fe61d246fa138010f3720a737e6a2da5175c2a9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 15:27:34 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 15:28:29 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=7fe61d24
7
8 Bump to 2.14
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/configure.ac b/configure.ac
16 index 6ed42df..ca352a3 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,5 +1,5 @@
20 AC_PREREQ([2.69])
21 -AC_INIT([sandbox], [2.13], [sandbox@g.o])
22 +AC_INIT([sandbox], [2.14], [sandbox@g.o])
23 AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall])
24 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
25 AC_CONFIG_HEADER([config.h])