From: Frédéric Marchal Date: Thu, 19 Jul 2012 07:26:24 +0000 (+0200) Subject: Switch to version 2.3.3-pre3 X-Git-Tag: v2.3.3~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1d54181d6b64ccb6787ca074b9824ad41c548f3;p=thirdparty%2Fsarg.git Switch to version 2.3.3-pre3 Too bad I forgot to update the po files and set a git tag. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a2eee36..7bf2da0 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.6) PROJECT(sarg C) SET(sarg_VERSION 2) -SET(sarg_REVISION "3.3-pre2") +SET(sarg_REVISION "3.3-pre3") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Jul-16-2012") +SET(sarg_BUILDDATE "Jul-19-2012") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/configure.in b/configure.in index 32afa72..5e26828 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf or autoreconf to produce a configure script. -AC_INIT([sarg],[2.3.3-pre2]) +AC_INIT([sarg],[2.3.3-pre3]) AC_CONFIG_SRCDIR([log.c]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/include/info.h b/include/info.h index 3e81dfe..016c6c8 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jul-16-2012" +#define VERSION PACKAGE_VERSION" Jul-19-2012" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"