]> jfr.im git - irc/rizon/znc.git/commitdiff
Increase the version number to 0.072 znc-0.072
authorpsychon <redacted>
Tue, 21 Jul 2009 19:42:57 +0000 (19:42 +0000)
committerpsychon <redacted>
Tue, 21 Jul 2009 19:42:57 +0000 (19:42 +0000)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1571 726aef4b-f618-498e-8847-2d620e286838

configure
configure.in
main.h

index cdf2ce6df1927f71e05cfe861ec83805e8b6d6d2..9e41fc3b85d2f92efdfab9e78f23885ec9f28e8d 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.63 for znc 0.071.
+# Generated by GNU Autoconf 2.63 for znc 0.072.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='znc'
 PACKAGE_TARNAME='znc'
-PACKAGE_VERSION='0.071'
-PACKAGE_STRING='znc 0.071'
+PACKAGE_VERSION='0.072'
+PACKAGE_STRING='znc 0.072'
 PACKAGE_BUGREPORT=''
 
 ac_unique_file="znc.cpp"
@@ -1246,7 +1246,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.071 to adapt to many kinds of systems.
+\`configure' configures znc 0.072 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1311,7 +1311,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of znc 0.071:";;
+     short | recursive ) echo "Configuration of znc 0.072:";;
    esac
   cat <<\_ACEOF
 
@@ -1415,7 +1415,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-znc configure 0.071
+znc configure 0.072
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1429,7 +1429,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.071, which was
+It was created by znc $as_me 0.072, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -3651,7 +3651,7 @@ fi
        appendCXX "-D_DATADIR_=\\\"${DATADIR}\\\""
 fi
 
-VERSION=0.071
+VERSION=0.072
 
 
 
@@ -4139,7 +4139,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.071, which was
+This file was extended by znc $as_me 0.072, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4189,7 +4189,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-znc config.status 0.071
+znc config.status 0.072
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -4802,7 +4802,7 @@ fi
 
 
 echo
-echo znc 0.071 configured
+echo znc 0.072 configured
 echo
 echo "debug:   $DEBUG"
 echo "ipv6:    $IPV6"
index ab74641feefa0a392564079cbb71afac5c20ae34..d2043ebf1ce05a95c53229e50499c4d6c750543f 100644 (file)
@@ -1,5 +1,5 @@
 dnl Keep the version number in sync with main.h!
-AC_INIT([znc], [0.071])
+AC_INIT([znc], [0.072])
 AC_CONFIG_SRCDIR([znc.cpp])
 AC_LANG([C++])
 
diff --git a/main.h b/main.h
index c37dfadc8b5b1285602b53fd1e9385f97aeb6835..43ee52980d9c6839220ea9f64681892c1d5acf89 100644 (file)
--- a/main.h
+++ b/main.h
@@ -11,7 +11,7 @@
 
 // The following defines are for #if comparison (preprocessor only likes ints)
 #define VERSION_MAJOR  0
-#define VERSION_MINOR  71
+#define VERSION_MINOR  72
 // This one is for display purpose
 #define VERSION                (VERSION_MAJOR + VERSION_MINOR / 1000.0)