From: Frédéric Marchal Date: Sat, 18 Sep 2010 12:39:41 +0000 (+0000) Subject: Update to version 2.4-pre1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2de2339c09135b92d06bde2d14bbe887e3cca1df;p=thirdparty%2Fsarg.git Update to version 2.4-pre1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a428d46..6b86033 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") +SET(sarg_REVISION "4-pre1") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Jun-21-2010") +SET(sarg_BUILDDATE "Sep-18-2010") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/configure.in b/configure.in index a94fe5c..5b3ed14 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]) +AC_INIT([sarg],[2.4-pre1]) AC_CONFIG_SRCDIR([log.c]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/include/info.h b/include/info.h index 744af77..b76d16d 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jul-12-2010" +#define VERSION PACKAGE_VERSION" Sep-18-2010" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"