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: Thu, 28 Oct 2021 07:38:13
Message-Id: 1635406664.2ac026cd25dc3355d6b5cb33709ee0c9ca50b92c.vapier@gentoo
1 commit: 2ac026cd25dc3355d6b5cb33709ee0c9ca50b92c
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 07:37:44 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 07:37:44 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=2ac026cd
7
8 bump to sandbox-2.29
9
10 Signed-off-by: Mike Frysinger <vapier <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 254104d..dabb50e 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,5 +1,5 @@
20 AC_PREREQ([2.69])
21 -AC_INIT([sandbox], [2.28], [sandbox@g.o])
22 +AC_INIT([sandbox], [2.29], [sandbox@g.o])
23 AM_INIT_AUTOMAKE([1.15 dist-xz foreign 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])