]> jfr.im git - irc/rizon/znc.git/commitdiff
Increase the version number to 0.060 znc-0.060
authorpsychon <redacted>
Sat, 13 Sep 2008 15:41:25 +0000 (15:41 +0000)
committerpsychon <redacted>
Sat, 13 Sep 2008 15:41:25 +0000 (15:41 +0000)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1199 726aef4b-f618-498e-8847-2d620e286838

configure
configure.in
main.h

index 619d2207f5dfde29f180771be6f62a21d0d8d1ca..ffcedccc8161221b76aa72c20ae01fe6296fb3c4 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 znc 0.059.
+# Generated by GNU Autoconf 2.61 for znc 0.060.
 #
 # 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='znc'
 PACKAGE_TARNAME='znc'
-PACKAGE_VERSION='0.059'
-PACKAGE_STRING='znc 0.059'
+PACKAGE_VERSION='0.060'
+PACKAGE_STRING='znc 0.060'
 PACKAGE_BUGREPORT=''
 
 ac_subst_vars='SHELL
@@ -1157,7 +1157,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 znc 0.059 to adapt to many kinds of systems.
+\`configure' configures znc 0.060 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1222,7 +1222,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of znc 0.059:";;
+     short | recursive ) echo "Configuration of znc 0.060:";;
    esac
   cat <<\_ACEOF
 
@@ -1318,7 +1318,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-znc configure 0.059
+znc configure 0.060
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1332,7 +1332,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 znc $as_me 0.059, which was
+It was created by znc $as_me 0.060, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -3898,7 +3898,7 @@ fi
        fi
 fi
 
-VERSION=0.059
+VERSION=0.060
 #
 # Auto detect modules
 
@@ -4353,7 +4353,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 znc $as_me 0.059, which was
+This file was extended by znc $as_me 0.060, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4396,7 +4396,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-znc config.status 0.059
+znc config.status 0.060
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 4d19e17bc4751db47e924c56860418977b94eded..d15f77cde535d8242fb50bdcf4aca3588a0f5275 100644 (file)
@@ -1,5 +1,5 @@
 dnl Keep the version number in sync with main.h!
-AC_INIT([znc], [0.059])
+AC_INIT([znc], [0.060])
 SAVED_CXXFLAGS="$CXXFLAGS"
 AC_PROG_CXX
 AC_CANONICAL_HOST
diff --git a/main.h b/main.h
index e02e57777bcad8627783744d63f80722e820ca0f..b6c38f98b362acc8539fe1c92630ddcb3b8d01df 100644 (file)
--- a/main.h
+++ b/main.h
@@ -10,7 +10,7 @@
 #define _MAIN_H
 
 // Keep the number in sync with configure.in (and also with configure)
-#define VERSION 0.059
+#define VERSION 0.060
 
 // You can add -DVERSION_EXTRA="stuff" to your CXXFLAGS!
 #ifndef VERSION_EXTRA