]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Increment version from 3.3.1 to 3.3.2.
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 9 Jul 2023 20:48:30 +0000 (21:48 +0100)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 9 Jul 2023 20:48:30 +0000 (21:48 +0100)
configure.in

index 1ad84105a258e60d54985c5778fc0de4769a2d00..87bd2b805fda9cbe2343e12af13f3e0735015cf3 100644 (file)
@@ -10,7 +10,7 @@ AC_CONFIG_HEADER(config.h)
 AC_PREREQ(2.57)
 m4_include([m4/ax_lib_readline.m4])
 
-vers="3.3.1"
+vers="3.3.2"
 vers_quoted="\"$vers\""
 AC_DEFINE_UNQUOTED(VERSION, $vers)
 AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)