diff options
author | 2016-03-29 07:14:48 -0400 | |
---|---|---|
committer | 2016-03-29 07:14:48 -0400 | |
commit | 04250fcd67b2558cd24f561ef47e9d14e91f3d1f (patch) | |
tree | 0027292adea02acd1e6eca9729fe60550fc37e84 | |
parent | libsandbox: fix x86 tracing when schizo is active (diff) | |
download | sandbox-04250fcd67b2558cd24f561ef47e9d14e91f3d1f.tar.gz sandbox-04250fcd67b2558cd24f561ef47e9d14e91f3d1f.tar.bz2 sandbox-04250fcd67b2558cd24f561ef47e9d14e91f3d1f.zip |
bump to sandbox-2.12
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 18be54b..c91db66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.11], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.12], [sandbox@gentoo.org]) AM_INIT_AUTOMAKE([1.14 dist-xz 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]) |