From: Frédéric Marchal Date: Fri, 6 Jan 2012 13:15:59 +0000 (+0000) Subject: Fix the version number X-Git-Tag: v2.3.3-pre1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04786bf9b020c60b4177ea195ebc02a86b972eda;p=thirdparty%2Fsarg.git Fix the version number This is version 2.3.3-pre1 and not 2.3.3 as mentioned in the configuration script! --- diff --git a/configure.in b/configure.in index dbde3e9..33aa9d2 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([sarg],[2.3.3]) +AC_INIT([sarg],[2.3.3-pre1]) AC_CONFIG_SRCDIR([log.c]) AC_CONFIG_AUX_DIR(cfgaux)