From 18ccd8bec26d740a0d48d2db44e33dee7678e8af Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 24 Oct 2021 00:15:54 -0400 Subject: bump to configure-2.28 Signed-off-by: Mike Frysinger --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fef865f..fee0e4f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.27], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.28], [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