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: Tue, 03 Oct 2017 21:24:25
Message-Id: 1507065847.7025fb7c13b2b180997e51d2d8dd9e86fd3059c4.mgorny@gentoo
1 commit: 7025fb7c13b2b180997e51d2d8dd9e86fd3059c4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 3 21:24:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 3 21:24:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=7025fb7c
7
8 Post-release bump to 2.13
9
10 configure.ac | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/configure.ac b/configure.ac
14 index c91db66..6ed42df 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -1,5 +1,5 @@
18 AC_PREREQ([2.69])
19 -AC_INIT([sandbox], [2.12], [sandbox@g.o])
20 +AC_INIT([sandbox], [2.13], [sandbox@g.o])
21 AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall])
22 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
23 AC_CONFIG_HEADER([config.h])