From: Thibault Godouet Date: Wed, 19 Dec 2012 22:11:37 +0000 (+0000) Subject: Moved to version 3.1.1 X-Git-Tag: ver3_1_1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a1ff894ea9724a33e7c0af990488913da87d8b6;p=thirdparty%2Ffcron.git Moved to version 3.1.1 --- diff --git a/configure.in b/configure.in index ce6fb65..4800e84 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.1.0" +vers="3.1.1" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)