]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Change version number to 2.3.4
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 4 Jan 2013 19:09:09 +0000 (20:09 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 4 Jan 2013 19:09:09 +0000 (20:09 +0100)
CMakeLists.txt
configure.in
include/info.h

index 06c93e4f5e1a77997a90c196b7fde9c2ce283af7..8f22d136a2604f0e803ba0e3a1dd899b07496a7a 100755 (executable)
@@ -1,10 +1,9 @@
 CMAKE_MINIMUM_REQUIRED (VERSION 2.6)
 PROJECT(sarg C)
 SET(sarg_VERSION 2)
-SET(sarg_REVISION "3.3")
+SET(sarg_REVISION "3.4")
 SET(sarg_BUILD "")
-SET(sarg_BUILDDATE "Nov-13-2012")
-
+SET(sarg_BUILDDATE "Jan-04-2013")
 INCLUDE(AddFileDependencies)
 INCLUDE(CheckIncludeFile)
 INCLUDE(CheckLibraryExists)
index e2a37307cdf0034b9565b877c904b08b7cf005bb..493a2360415d3590cc3e634b7699b28320406533 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf or autoreconf to produce a configure script.
-AC_INIT([sarg],[2.3.3])
+AC_INIT([sarg],[2.3.4])
 AC_CONFIG_SRCDIR([log.c])
 AC_CONFIG_AUX_DIR(cfgaux)
 
index 5d383ce2116359fc9ca6b05020f26e2fe9a3778f..fdf1d2ac47e47b8cdecf0d6cdf7bb53cc71593d2 100755 (executable)
@@ -1,3 +1,3 @@
-#define VERSION PACKAGE_VERSION" Nov-13-2012"
+#define VERSION PACKAGE_VERSION" Jan-04-2013"
 #define PGM PACKAGE_NAME
 #define URL "http://sarg.sourceforge.net"