Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Tue, 29 Mar 2016 12:24:46
Message-Id: 1459250088.04250fcd67b2558cd24f561ef47e9d14e91f3d1f.vapier@gentoo
1 commit: 04250fcd67b2558cd24f561ef47e9d14e91f3d1f
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 11:14:48 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 11:14:48 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=04250fcd
7
8 bump to sandbox-2.12
9
10 Signed-off-by: Mike Frysinger <vapier <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 18be54b..c91db66 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,5 +1,5 @@
20 AC_PREREQ([2.69])
21 -AC_INIT([sandbox], [2.11], [sandbox@g.o])
22 +AC_INIT([sandbox], [2.12], [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])