From fb5600a52999b11f8089fc74b08d7729e76f7dd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 3 May 2010 10:27:04 +0000 Subject: [PATCH] Change the version date --- CMakeLists.txt | 2 +- include/info.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.47.2