From c00344cf42f31d208c351b7ba09cba647608336f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 4 Jul 2011 08:33:56 +0000 Subject: [PATCH] Set the correct release date in the code --- CMakeLists.txt | 2 +- include/info.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5767c5..de0e019 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION "3.2-pre1") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Jun-18-2011") +SET(sarg_BUILDDATE "Jul-04-2011") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index 08d173c..49a5749 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jun-18-2011" +#define VERSION PACKAGE_VERSION" Jul-04-2011" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net" -- 2.47.2