From: Frédéric Marchal Date: Mon, 21 May 2012 08:11:19 +0000 (+0200) Subject: Update the release date embedded in the program X-Git-Tag: v2.3.3-pre1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c9906afc5054395f035463714da59ed5ce7901;p=thirdparty%2Fsarg.git Update the release date embedded in the program This is the release date printed in the report and in the output in verbose mode. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cb05c77..0000eb9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION "3.3-pre1") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Jan-06-2012") +SET(sarg_BUILDDATE "May-21-2012") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index e31a55c..31f0a18 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jan-06-2012" +#define VERSION PACKAGE_VERSION" May-21-2012" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"