diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-11-04 14:16:40 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-11-04 14:16:40 -0500 |
commit | 86155511a2877a8a7b58917a39d851797b1ce407 (patch) | |
tree | 266565e1120808ed244a43dba5a8df0db5a461e9 | |
parent | Update ax_check_compile_flag.m4 (diff) | |
download | sandbox-86155511a2877a8a7b58917a39d851797b1ce407.tar.gz sandbox-86155511a2877a8a7b58917a39d851797b1ce407.tar.bz2 sandbox-86155511a2877a8a7b58917a39d851797b1ce407.zip |
v2.40v2.40
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 969daf9..9c47986 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.39], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.40], [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]) |