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: Wed, 03 Nov 2021 00:34:20
Message-Id: 1635897887.52f6d8422c7c34e3f5cb628b4bb6bcc4f7fd7d11.vapier@gentoo
1 commit: 52f6d8422c7c34e3f5cb628b4bb6bcc4f7fd7d11
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 3 00:04:47 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 3 00:04:47 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=52f6d842
7
8 bump to sandbox-3.0
9
10 Signal the significant changes that are happening around ptrace usage
11 by bumping the major version up.
12
13 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
14
15 configure.ac | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/configure.ac b/configure.ac
19 index dabb50e..512f581 100644
20 --- a/configure.ac
21 +++ b/configure.ac
22 @@ -1,5 +1,5 @@
23 AC_PREREQ([2.69])
24 -AC_INIT([sandbox], [2.29], [sandbox@g.o])
25 +AC_INIT([sandbox], [3.0], [sandbox@g.o])
26 AM_INIT_AUTOMAKE([1.15 dist-xz foreign no-dist-gzip silent-rules subdir-objects -Wall])
27 AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
28 AC_CONFIG_HEADER([config.h])