From 17e7b0f4cf0b3824bae4578ee35ce7a16271d706 Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 3 Jul 2010 09:39:39 +0000 Subject: [PATCH] Increase the version number to 0.093 git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2059 726aef4b-f618-498e-8847-2d620e286838 --- configure | 20 ++++++++++---------- configure.in | 2 +- main.h | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configure b/configure index 5c3ebb18..6ba9a526 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.65 for znc 0.091. +# Generated by GNU Autoconf 2.65 for znc 0.093. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -548,8 +548,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='znc' PACKAGE_TARNAME='znc' -PACKAGE_VERSION='0.091' -PACKAGE_STRING='znc 0.091' +PACKAGE_VERSION='0.093' +PACKAGE_STRING='znc 0.093' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1206,7 +1206,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.091 to adapt to many kinds of systems. +\`configure' configures znc 0.093 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1271,7 +1271,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of znc 0.091:";; + short | recursive ) echo "Configuration of znc 0.093:";; esac cat <<\_ACEOF @@ -1390,7 +1390,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -znc configure 0.091 +znc configure 0.093 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1558,7 +1558,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.091, which was +It was created by znc $as_me 0.093, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -4438,7 +4438,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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.091, which was +This file was extended by znc $as_me 0.093, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4491,7 +4491,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -znc config.status 0.091 +znc config.status 0.093 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" @@ -5042,7 +5042,7 @@ fi echo -echo znc 0.091 configured +echo znc 0.093 configured echo echo "debug: $DEBUG" echo "ipv6: $IPV6" diff --git a/configure.in b/configure.in index 65b96e90..c1a4e44b 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.091]) +AC_INIT([znc], [0.093]) AC_CONFIG_SRCDIR([znc.cpp]) AC_LANG([C++]) diff --git a/main.h b/main.h index d3ccaf7f..3ae6483f 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 91 +#define VERSION_MINOR 93 // This one is for display purpose #define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0)