]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Update the release date and the version number
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 30 May 2013 08:53:46 +0000 (10:53 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 30 May 2013 08:53:46 +0000 (10:53 +0200)
This is version 2.3.7.

CMakeLists.txt
configure.in
include/info.h

index 278f14fbb1a6540df5e1b738c8c59a922a91e777..802064cc1d4783002dedb1d2ac0b7dc3274faac3 100755 (executable)
@@ -1,9 +1,9 @@
 CMAKE_MINIMUM_REQUIRED (VERSION 2.6)
 PROJECT(sarg C)
 SET(sarg_VERSION 2)
-SET(sarg_REVISION "3.6")
+SET(sarg_REVISION "3.7")
 SET(sarg_BUILD "")
-SET(sarg_BUILDDATE "Apr-21-2013")
+SET(sarg_BUILDDATE "May-30-2013")
 INCLUDE(AddFileDependencies)
 INCLUDE(CheckIncludeFile)
 INCLUDE(CheckLibraryExists)
index 5d7160a36163e843d9086bd8d38f28a38f94d215..9a041c13b4aa289fe1bfae1131a81cffbf998cea 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf or autoreconf to produce a configure script.
-AC_INIT([sarg],[2.3.6])
+AC_INIT([sarg],[2.3.7])
 AC_CONFIG_SRCDIR([log.c])
 AC_CONFIG_AUX_DIR(cfgaux)
 
index 1b89f75fa89d9f98e4308d9f652f7881edd3d200..b6e037ce20493ed1ff667499e70ed2c5806bbf7c 100755 (executable)
@@ -1,3 +1,3 @@
-#define VERSION PACKAGE_VERSION" Arp-21-2013"
+#define VERSION PACKAGE_VERSION" May-30-2013"
 #define PGM PACKAGE_NAME
 #define URL "http://sarg.sourceforge.net"