Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Wed, 13 Mar 2019 10:12:42
Message-Id: 1552471234.b61c0675825454286d925f5a360d225622f961dc.dilfridge@gentoo
1 commit: b61c0675825454286d925f5a360d225622f961dc
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 10:00:34 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 10:00:34 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=b61c0675
7
8 Bump to 2.17
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <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 ca59928..95897d5 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,5 +1,5 @@
20 AC_PREREQ([2.69])
21 -AC_INIT([sandbox], [2.16], [sandbox@g.o])
22 +AC_INIT([sandbox], [2.17], [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])