From d2d9dbe6b589467f1fe275dae407aaca4dd01c03 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 27 Jun 2024 14:24:04 -0400 Subject: v2.39 Signed-off-by: Mike Gilbert --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7d32dd7..969daf9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.38], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.39], [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