From: Frédéric Marchal Date: Fri, 6 Jan 2012 14:00:52 +0000 (+0000) Subject: Update the build date X-Git-Tag: v2.3.3-pre1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae67effaa6be4f1391dcb95ff6f59469757a816;p=thirdparty%2Fsarg.git Update the build date --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ce7684..15a1657 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-04-2012") +SET(sarg_BUILDDATE "Jan-06-2012") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index e0b4d96..e31a55c 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jan-04-2012" +#define VERSION PACKAGE_VERSION" Jan-06-2012" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"