From: Frédéric Marchal Date: Thu, 14 Jun 2012 08:05:18 +0000 (+0200) Subject: Update version number and build date X-Git-Tag: v2.3.3~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5461b894d6506e3dcb1db31e19f3bdc375113667;p=thirdparty%2Fsarg.git Update version number and build date --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2736fe7..cee203c 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-pre1") +SET(sarg_REVISION "3.3-pre2") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "May-21-2012") +SET(sarg_BUILDDATE "Jun-14-2012") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/configure.in b/configure.in index 5e938d4..32afa72 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-pre1]) +AC_INIT([sarg],[2.3.3-pre2]) AC_CONFIG_SRCDIR([log.c]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/include/info.h b/include/info.h index 31f0a18..7ee5ca4 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" May-21-2012" +#define VERSION PACKAGE_VERSION" Jun-14-2012" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"