From: thib Date: Sat, 6 Mar 2010 10:40:20 +0000 (+0000) Subject: Changed version to 3.0.6 X-Git-Tag: ver3_0_6~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3719679082c23ef45cf7f7fbc61757c26304cf80;p=fcron Changed version to 3.0.6 --- diff --git a/configure b/configure index 1194034..be5ffc6 100755 --- a/configure +++ b/configure @@ -2437,7 +2437,7 @@ ac_config_headers="$ac_config_headers config.h" -vers="3.0.5" +vers="3.0.6" vers_quoted="\"$vers\"" cat >>confdefs.h <<_ACEOF #define VERSION $vers diff --git a/configure.in b/configure.in index 01f1f9f..373dfb7 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ AC_INIT(allow.c) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.57) -vers="3.0.5" +vers="3.0.6" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)