]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Update the release date embedded in the program
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 21 May 2012 08:11:19 +0000 (10:11 +0200)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 21 May 2012 08:11:19 +0000 (10:11 +0200)
This is the release date printed in the report and in the output in verbose
mode.

CMakeLists.txt
include/info.h

index cb05c77f20e70678244736c8d072d112e68281f6..0000eb98be5c27cf153e3d134f1d7f0eeb3d1fd1 100755 (executable)
@@ -3,7 +3,7 @@ PROJECT(sarg C)
 SET(sarg_VERSION 2)
 SET(sarg_REVISION "3.3-pre1")
 SET(sarg_BUILD "")
-SET(sarg_BUILDDATE "Jan-06-2012")
+SET(sarg_BUILDDATE "May-21-2012")
 
 INCLUDE(AddFileDependencies)
 INCLUDE(CheckIncludeFile)
index e31a55c4a0bb9f18b031273add67d0a02026ab84..31f0a186117abec67291d75e288a1de992c8cc34 100755 (executable)
@@ -1,3 +1,3 @@
-#define VERSION PACKAGE_VERSION" Jan-06-2012"
+#define VERSION PACKAGE_VERSION" May-21-2012"
 #define PGM PACKAGE_NAME
 #define URL "http://sarg.sourceforge.net"