From: Frederic Marchal Date: Thu, 19 Mar 2015 20:03:02 +0000 (+0100) Subject: Update the build date and version number X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fd0415d0a9b613b36551b6e5d94517ffc3e1d20;p=thirdparty%2Fsarg.git Update the build date and version number Sarg is now labeled as version 2.4.0-pre2 dated from 2015-03-19. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9326bbb..68ae9bd 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.0-pre1") +SET(sarg_REVISION "4.0-pre2") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "May-19-2013") +SET(sarg_BUILDDATE "Mar-19-2015") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/configure.in b/configure.in index 881d4ac..c1d5b46 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.0-pre1]) +AC_INIT([sarg],[2.4.0-pre2]) AC_CONFIG_SRCDIR([log.c]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/include/info.h b/include/info.h index ec428c1..de19223 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" May-19-2013" +#define VERSION PACKAGE_VERSION" Mar-19-2015" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"