From 7dfa2d1d4200e0c3d4c0bebe8db5c679cf5aaaaa Mon Sep 17 00:00:00 2001 From: jilles Date: Wed, 1 Aug 2007 13:50:54 -0700 Subject: [PATCH] [svn] Rerun autoconf for version bump, at last. --- ChangeLog | 10 ++++++++++ configure | 22 +++++++++++----------- include/serno.h | 2 +- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1430b1ac..f920254b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +jilles 2007/08/01 20:18:12 UTC (20070801-3542) + Log: + Make highest connection counts a bit more consistent. + + + Changes: Modified: + +5 -0 trunk/src/s_serv.c (File Modified) + +8 -8 trunk/src/s_user.c (File Modified) + + jilles 2007/07/30 17:26:00 UTC (20070730-3540) Log: Fix wrong line numbers in ircd.conf parser (some comments). diff --git a/configure b/configure index c6f6c593..72928d15 100755 --- a/configure +++ b/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for charybdis 2.2.0. +# Generated by GNU Autoconf 2.61 for charybdis 2.3. # -# $Id: configure 3442 2007-05-07 02:57:50Z nenolod $ +# $Id: configure 3544 2007-08-01 20:50:54Z jilles $ # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='charybdis' PACKAGE_TARNAME='charybdis' -PACKAGE_VERSION='2.2.0' -PACKAGE_STRING='charybdis 2.2.0' +PACKAGE_VERSION='2.3' +PACKAGE_STRING='charybdis 2.3' PACKAGE_BUGREPORT='' ac_default_prefix=$HOME/ircd @@ -1221,7 +1221,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 charybdis 2.2.0 to adapt to many kinds of systems. +\`configure' configures charybdis 2.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1282,7 +1282,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of charybdis 2.2.0:";; + short | recursive ) echo "Configuration of charybdis 2.3:";; esac cat <<\_ACEOF @@ -1398,7 +1398,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -charybdis configure 2.2.0 +charybdis configure 2.3 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1406,7 +1406,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -$Id: configure 3442 2007-05-07 02:57:50Z nenolod $ +$Id: configure 3544 2007-08-01 20:50:54Z jilles $ _ACEOF exit fi @@ -1414,7 +1414,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 charybdis $as_me 2.2.0, which was +It was created by charybdis $as_me 2.3, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -14574,7 +14574,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 charybdis $as_me 2.2.0, which was +This file was extended by charybdis $as_me 2.3, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14623,7 +14623,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -charybdis config.status 2.2.0 +charybdis config.status 2.3 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/include/serno.h b/include/serno.h index 440c1537..6b4405df 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070730-3540" +#define SERNO "20070801-3542"