From: Frédéric Marchal Date: Mon, 16 Jul 2012 10:20:12 +0000 (+0200) Subject: Update the release date X-Git-Tag: v2.3.3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b1962c06414abeb01dfc6fcce0c9691ee7dd68;p=thirdparty%2Fsarg.git Update the release date --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c4e755..188cc4c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION "3.3-pre2") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "Jul-15-2012") +SET(sarg_BUILDDATE "Jul-16-2012") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/include/info.h b/include/info.h index fc1e700..3e81dfe 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Jul-15-2012" +#define VERSION PACKAGE_VERSION" Jul-16-2012" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net"