From: Frederic Marchal Date: Mon, 13 May 2013 08:35:04 +0000 (+0200) Subject: Update the build date X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e2f5f57934f46334a0189e063572b066c766f2a;p=thirdparty%2Fsarg.git Update the build date --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3caf401..bdf5b59 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION "4.0-pre1") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Jan-24-2013") +SET(sarg_BUILDDATE "May-19-2013") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index ab85a76..ec428c1 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jan-24-2013" +#define VERSION PACKAGE_VERSION" May-19-2013" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"