Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: /
Date: Tue, 04 May 2021 22:13:59
Message-Id: 1620165619.3400e936d9dac9a9998fa5e36583a6ef87acdee7.slyfox@gentoo
1 commit: 3400e936d9dac9a9998fa5e36583a6ef87acdee7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 22:00:19 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:00:19 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=3400e936
7
8 configure.ac: release 2.24
9
10 Signed-off-by: Sergei Trofimovich <slyfox <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 7bd342d..ac0311e 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,5 +1,5 @@
20 AC_PREREQ([2.69])
21 -AC_INIT([sandbox], [2.23], [sandbox@g.o])
22 +AC_INIT([sandbox], [2.24], [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])