diff --git a/configure b/configure index 01d252e5..8111e96d 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 znc 0.061. +# Generated by GNU Autoconf 2.61 for znc 0.062. # # 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.061' -PACKAGE_STRING='znc 0.061' +PACKAGE_VERSION='0.062' +PACKAGE_STRING='znc 0.062' PACKAGE_BUGREPORT='' ac_unique_file="znc.cpp" @@ -1151,7 +1151,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.061 to adapt to many kinds of systems. +\`configure' configures znc 0.062 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1216,7 +1216,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of znc 0.061:";; + short | recursive ) echo "Configuration of znc 0.062:";; esac cat <<\_ACEOF @@ -1312,7 +1312,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -znc configure 0.061 +znc configure 0.062 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1326,7 +1326,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.061, which was +It was created by znc $as_me 0.062, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -3739,7 +3739,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.061, which was +This file was extended by znc $as_me 0.062, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3782,7 +3782,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -znc config.status 0.061 +znc config.status 0.062 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -4338,7 +4338,7 @@ fi echo -echo znc 0.061 configured +echo znc 0.062 configured echo echo "debug: $DEBUG" echo "ipv6: $IPV6" diff --git a/configure.in b/configure.in index 98b50193..d510c602 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Keep the version number in sync with main.h! -AC_INIT([znc], [0.061]) +AC_INIT([znc], [0.062]) AC_CONFIG_SRCDIR([znc.cpp]) AC_LANG([C++]) diff --git a/main.h b/main.h index 05e84d7c..09e30b05 100644 --- 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.061 +#define VERSION 0.062 // You can add -DVERSION_EXTRA="stuff" to your CXXFLAGS! #ifndef VERSION_EXTRA