From 523ff660bf73cf2ccea40a3a76738f5c44e839cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Fri, 27 Nov 2009 14:57:51 +0000 Subject: [PATCH] Change the version number to 2.2.6. --- CMakeLists.txt | 4 ++-- configure | 18 +++++++++--------- configure.in | 2 +- include/info.h | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07b616c..b85aacf 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.6) PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION 2) -SET(sarg_BUILD "6rc1") -SET(sarg_BUILDDATE "Nov-04-2009") +SET(sarg_BUILD "6") +SET(sarg_BUILDDATE "Nov-27-2009") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/configure b/configure index 9518577..008a9a9 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for sarg 2.2.6rc1. +# Generated by GNU Autoconf 2.61 for sarg 2.2.6. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -572,8 +572,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='sarg' PACKAGE_TARNAME='sarg' -PACKAGE_VERSION='2.2.6rc1' -PACKAGE_STRING='sarg 2.2.6rc1' +PACKAGE_VERSION='2.2.6' +PACKAGE_STRING='sarg 2.2.6' PACKAGE_BUGREPORT='' ac_unique_file="log.c" @@ -1188,7 +1188,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures sarg 2.2.6rc1 to adapt to many kinds of systems. +\`configure' configures sarg 2.2.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1253,7 +1253,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sarg 2.2.6rc1:";; + short | recursive ) echo "Configuration of sarg 2.2.6:";; esac cat <<\_ACEOF @@ -1354,7 +1354,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sarg configure 2.2.6rc1 +sarg configure 2.2.6 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1368,7 +1368,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sarg $as_me 2.2.6rc1, which was +It was created by sarg $as_me 2.2.6, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -6900,7 +6900,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sarg $as_me 2.2.6rc1, which was +This file was extended by sarg $as_me 2.2.6, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6943,7 +6943,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -sarg config.status 2.2.6rc1 +sarg config.status 2.2.6 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index dabbc0a..c80963e 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([sarg],[2.2.6rc1]) +AC_INIT([sarg],[2.2.6]) AC_CONFIG_SRCDIR([log.c]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/include/info.h b/include/info.h index bc0735f..edffd01 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" Nov-04-2009" +#define VERSION PACKAGE_VERSION" Nov-27-2009" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net" -- 2.47.2