From: Frédéric Marchal Date: Tue, 2 Feb 2010 09:08:22 +0000 (+0000) Subject: Update the release date X-Git-Tag: v2_2_7~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31c356f3cf33a7fc0b9e054247e65c62d5cb634f;p=thirdparty%2Fsarg.git Update the release date --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 731c972..a802e0b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION 2) SET(sarg_BUILD "7") -SET(sarg_BUILDDATE "Jan-29-2010") +SET(sarg_BUILDDATE "Feb-02-2010") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index 397a5d9..728f0f0 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jan-29-2010" +#define VERSION PACKAGE_VERSION" Feb-02-2010" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"