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, 03 Jul 2012 19:43:05
Message-Id: 1341344566.55c01af683271d91e38e46a1d5637375347c1020.vapier@gentoo
1 commit: 55c01af683271d91e38e46a1d5637375347c1020
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 3 19:42:36 2012 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 3 19:42:46 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sandbox.git;a=commit;h=55c01af6
7
8 bump to sandbox-2.7
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 ---
13 configure.ac | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/configure.ac b/configure.ac
17 index 3bf3a8c..65811dc 100644
18 --- a/configure.ac
19 +++ b/configure.ac
20 @@ -1,5 +1,5 @@
21 AC_PREREQ([2.61])
22 -AC_INIT([sandbox], [2.6], [sandbox@g.o])
23 +AC_INIT([sandbox], [2.7], [sandbox@g.o])
24 AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip silent-rules -Wall])
25 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
26 AC_CONFIG_HEADER([config.h])