From a83e0ecfd8cb72fd7c3223f1360f24ac4c3fb57d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 30 Dec 2022 16:32:48 -0500 Subject: v2.30 Signed-off-by: Mike Gilbert --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 850422c..ace4173 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], [2.30], [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]) -- cgit v1.2.3-65-gdbad