From: Frederic Marchal Date: Thu, 30 May 2013 08:53:46 +0000 (+0200) Subject: Update the release date and the version number X-Git-Tag: v2.3.7~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8e68c96fbbd8126aea1020907952bff58bf7026;p=thirdparty%2Fsarg.git Update the release date and the version number This is version 2.3.7. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 278f14f..802064c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/configure.in b/configure.in index 5d7160a..9a041c1 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/include/info.h b/include/info.h index 1b89f75..b6e037c 100755 --- a/include/info.h +++ b/include/info.h @@ -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"