From: Frédéric Marchal Date: Tue, 28 Aug 2012 06:22:32 +0000 (+0200) Subject: Change version number to 2.4.0-pre1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e77a841e1ef0c248a56f4288b0d556e79397370e;p=thirdparty%2Fsarg.git Change version number to 2.4.0-pre1 The last digit will serve as a bug fix counter. The build date is up to date. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e3d39e..3a91760 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 "4-pre1") +SET(sarg_REVISION "4.0-pre1") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Jul-19-2012") +SET(sarg_BUILDDATE "Aug-28-2012") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/configure.in b/configure.in index 5f4e6e7..26e72ad 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.4-pre1]) +AC_INIT([sarg],[2.4.0-pre1]) AC_CONFIG_SRCDIR([log.c]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/include/info.h b/include/info.h index 016c6c8..5e343ed 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jul-19-2012" +#define VERSION PACKAGE_VERSION" Aug-28-2012" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"