From: Frédéric Marchal Date: Mon, 4 Jul 2011 08:33:56 +0000 (+0000) Subject: Set the correct release date in the code X-Git-Tag: v2.3.2~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c00344cf42f31d208c351b7ba09cba647608336f;p=thirdparty%2Fsarg.git Set the correct release date in the code --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a5767c5..de0e019 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION "3.2-pre1") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Jun-18-2011") +SET(sarg_BUILDDATE "Jul-04-2011") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index 08d173c..49a5749 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jun-18-2011" +#define VERSION PACKAGE_VERSION" Jul-04-2011" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"