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: Sun, 31 May 2020 10:52:05
Message-Id: 1590921101.9e90ca7ede19181a3d693f543519c6fa5ecc1431.mgorny@gentoo
1 commit: 9e90ca7ede19181a3d693f543519c6fa5ecc1431
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:31:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:31:41 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=9e90ca7e
7
8 Bump to v2.20
9
10 Signed-off-by: Michał Górny <mgorny <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 5a1c1e1..c536100 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,5 +1,5 @@
20 AC_PREREQ([2.69])
21 -AC_INIT([sandbox], [2.19], [sandbox@g.o])
22 +AC_INIT([sandbox], [2.20], [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])