From: Frederic Marchal Date: Sun, 12 Apr 2015 14:49:24 +0000 (+0200) Subject: Update the release date. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39274577f7126952da51873c6bdea8f659b3cdf6;p=thirdparty%2Fsarg.git Update the release date. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0934270..67ee716 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION "3.10") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Feb-15-2015") +SET(sarg_BUILDDATE "Apr-12-2015") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) INCLUDE(CheckLibraryExists) diff --git a/include/info.h b/include/info.h index 891322f..ae0fd6a 100644 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Feb-15-2015" +#define VERSION PACKAGE_VERSION" Apr-12-2015" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"