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: Sun, 20 Sep 2015 08:15:33
Message-Id: 1442121836.a3b76337755aa108303fde03b81ee03a81df53f5.vapier@gentoo
1 commit: a3b76337755aa108303fde03b81ee03a81df53f5
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 13 05:23:56 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 13 05:23:56 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=a3b76337
7
8 bump to sandbox-2.8
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 fc63f4d..686ae4d 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,5 +1,5 @@
20 AC_PREREQ([2.61])
21 -AC_INIT([sandbox], [2.7], [sandbox@g.o])
22 +AC_INIT([sandbox], [2.8], [sandbox@g.o])
23 AM_INIT_AUTOMAKE([1.12 dist-xz no-dist-gzip silent-rules -Wall])
24 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
25 AC_CONFIG_HEADER([config.h])