commit: 52f6d8422c7c34e3f5cb628b4bb6bcc4f7fd7d11 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Wed Nov 3 00:04:47 2021 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Nov 3 00:04:47 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=52f6d842
bump to sandbox-3.0 Signal the significant changes that are happening around ptrace usage by bumping the major version up. Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dabb50e..512f581 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.29], [[email protected]]) +AC_INIT([sandbox], [3.0], [[email protected]]) AM_INIT_AUTOMAKE([1.15 dist-xz foreign no-dist-gzip silent-rules subdir-objects -Wall]) AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm AC_CONFIG_HEADER([config.h])
