aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-02 20:04:47 -0400
committerMike Frysinger <vapier@gentoo.org>2021-11-02 20:04:47 -0400
commit52f6d8422c7c34e3f5cb628b4bb6bcc4f7fd7d11 (patch)
treeef94a3f95b807b9fa0b21777a3b124c93777f6a7 /configure.ac
parentsandbox: add backwards compat interface hack (diff)
downloadsandbox-52f6d8422c7c34e3f5cb628b4bb6bcc4f7fd7d11.tar.gz
sandbox-52f6d8422c7c34e3f5cb628b4bb6bcc4f7fd7d11.tar.bz2
sandbox-52f6d8422c7c34e3f5cb628b4bb6bcc4f7fd7d11.zip
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@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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], [sandbox@gentoo.org])
+AC_INIT([sandbox], [3.0], [sandbox@gentoo.org])
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])