From: Thibault Godouet Date: Sat, 19 Apr 2025 20:53:04 +0000 (+0100) Subject: Update version to 3.4.1pre X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=thirdparty%2Ffcron.git Update version to 3.4.1pre --- diff --git a/configure.in b/configure.in index c74462d..7971c98 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.71]) m4_include([m4/ax_lib_readline.m4]) -vers="3.4.0" +vers="3.4.1pre" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)