summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-07-10 11:52:52 -0400
committerMike Gilbert <floppym@gentoo.org>2023-07-10 11:52:52 -0400
commit96838cf81d6fe0d6f8b68fb188844666387bdf57 (patch)
tree3271c304732b14b75cc61716f6b58eb8508d4406
parentlibsandbox/trace: cast NT_ARM_SYSTEM_CALL to avoid warnings (diff)
downloadsandbox-96838cf81d6fe0d6f8b68fb188844666387bdf57.tar.gz
sandbox-96838cf81d6fe0d6f8b68fb188844666387bdf57.tar.bz2
sandbox-96838cf81d6fe0d6f8b68fb188844666387bdf57.zip
v2.36v2.36
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3e772f..0a3c4fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.35], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.36], [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])