From: Frédéric Marchal Date: Mon, 3 May 2010 10:27:04 +0000 (+0000) Subject: Change the version date X-Git-Tag: v2.3-pre2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb5600a52999b11f8089fc74b08d7729e76f7dd6;p=thirdparty%2Fsarg.git Change the version date --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 74f675f..08b35be 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION "3-pre2") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Apr-13-2010") +SET(sarg_BUILDDATE "May-03-2010") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index 9747381..3cd0074 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Apr-13-2010" +#define VERSION PACKAGE_VERSION" May-03-2010" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"