diff --git a/configure b/configure index b5b0564f..d6c98281 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.63 for znc 0.067. +# Generated by GNU Autoconf 2.63 for znc 0.068. # # 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.067' -PACKAGE_STRING='znc 0.067' +PACKAGE_VERSION='0.068' +PACKAGE_STRING='znc 0.068' PACKAGE_BUGREPORT='' ac_unique_file="znc.cpp" @@ -1239,7 +1239,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.067 to adapt to many kinds of systems. +\`configure' configures znc 0.068 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1304,7 +1304,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of znc 0.067:";; + short | recursive ) echo "Configuration of znc 0.068:";; esac cat <<\_ACEOF @@ -1403,7 +1403,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -znc configure 0.067 +znc configure 0.068 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1417,7 +1417,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.067, which was +It was created by znc $as_me 0.068, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -3426,7 +3426,7 @@ fi appendCXX "-D_DATADIR_=\\\"${DATADIR}\\\"" fi -VERSION=0.067 +VERSION=0.068 @@ -3910,7 +3910,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.067, which was +This file was extended by znc $as_me 0.068, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3960,7 +3960,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -znc config.status 0.067 +znc config.status 0.068 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -4571,7 +4571,7 @@ fi echo -echo znc 0.067 configured +echo znc 0.068 configured echo echo "debug: $DEBUG" echo "ipv6: $IPV6" diff --git a/configure.in b/configure.in index 474e21e2..79e459b4 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.067]) +AC_INIT([znc], [0.068]) AC_CONFIG_SRCDIR([znc.cpp]) AC_LANG([C++]) diff --git a/main.h b/main.h index 4f1ea157..9f36f32f 100644 --- 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 67 +#define VERSION_MINOR 68 // This one is for display purpose #define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0)