]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Change the version number to 2.2.6.
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 27 Nov 2009 14:57:51 +0000 (14:57 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 27 Nov 2009 14:57:51 +0000 (14:57 +0000)
CMakeLists.txt
configure
configure.in
include/info.h

index 07b616c5735494abe91d81571d69b7bb0b7b0a02..b85aacf236118efe0730ad6feaa23afcb7cfef80 100755 (executable)
@@ -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)
index 951857771a736de245157cc7031a19beb4ca0977..008a9a9c492eba6033428782cbc9d0ab68d38722 100755 (executable)
--- 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 <bug-autoconf@gnu.org>."
 _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'`\\"
 
index dabbc0a3b55ce867ec67aaf0e892e2867b9bb478..c80963eb7d8639469c8fd745fbce48b2160ceae2 100644 (file)
@@ -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)
 
index bc0735f97c9dee40b2683264ac37a98ae2a30475..edffd01833f16e6733674c546541cda3153da0a4 100755 (executable)
@@ -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"