From: Frederic Marchal Date: Thu, 24 Jan 2013 21:19:08 +0000 (+0100) Subject: Update program build date X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d2b99fc76fce4a99628cbbecd025ee6d1f8cd1a;p=thirdparty%2Fsarg.git Update program build date --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b50395..3caf401 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 "Aug-28-2012") +SET(sarg_BUILDDATE "Jan-24-2013") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index 5e343ed..ab85a76 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Aug-28-2012" +#define VERSION PACKAGE_VERSION" Jan-24-2013" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"