diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-08-16 20:32:32 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-08-16 20:32:32 +0000 |
commit | 396acf6340d3c17c212bdbfa9c2e3c57fcb52ded (patch) | |
tree | d285439c3b4a8493bd4f3360a0f752be943718c7 | |
parent | 4ed41b8f8ab2f84988520bbe061a1fc84c5ab5df (diff) |
- Revved patchlevel to hybrid-8.1.7
- Updated NEWS file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2461 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | configure | 22 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | include/patchlevel.h | 2 |
4 files changed, 14 insertions, 13 deletions
@@ -1,5 +1,6 @@ -- ircd-hybrid-8.1.7 Release Notes o) Fixed issue with channel mode +n having no functionality at all +o) Updated several documentation files -- ircd-hybrid-8.1.6 Release Notes @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Id: configure.ac 2401 2013-07-16 15:07:14Z michael . +# From configure.ac Id: configure.ac 2431 2013-08-02 17:20:42Z michael . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1.6. +# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1.7. # # Report bugs to <bugs@ircd-hybrid.org>. # @@ -593,8 +593,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ircd-hybrid' PACKAGE_TARNAME='ircd-hybrid' -PACKAGE_VERSION='8.1.6' -PACKAGE_STRING='ircd-hybrid 8.1.6' +PACKAGE_VERSION='8.1.7' +PACKAGE_STRING='ircd-hybrid 8.1.7' PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' PACKAGE_URL='' @@ -1368,7 +1368,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 ircd-hybrid 8.1.6 to adapt to many kinds of systems. +\`configure' configures ircd-hybrid 8.1.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1438,7 +1438,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ircd-hybrid 8.1.6:";; + short | recursive ) echo "Configuration of ircd-hybrid 8.1.7:";; esac cat <<\_ACEOF @@ -1568,7 +1568,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ircd-hybrid configure 8.1.6 +ircd-hybrid configure 8.1.7 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2094,7 +2094,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 ircd-hybrid $as_me 8.1.6, which was +It was created by ircd-hybrid $as_me 8.1.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2968,7 +2968,7 @@ fi # Define the identity of the package. PACKAGE='ircd-hybrid' - VERSION='8.1.6' + VERSION='8.1.7' cat >>confdefs.h <<_ACEOF @@ -15123,7 +15123,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 ircd-hybrid $as_me 8.1.6, which was +This file was extended by ircd-hybrid $as_me 8.1.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15189,7 +15189,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="\\ -ircd-hybrid config.status 8.1.6 +ircd-hybrid config.status 8.1.7 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index a5e47eb..ac2c683 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_REVISION([$Id$]) AC_PREREQ(2.69) -AC_INIT([ircd-hybrid], [8.1.6], [bugs@ircd-hybrid.org]) +AC_INIT([ircd-hybrid], [8.1.7], [bugs@ircd-hybrid.org]) AM_INIT_AUTOMAKE(1.13.1 subdir-objects) AM_MAINTAINER_MODE AC_CONFIG_HEADER(config.h) diff --git a/include/patchlevel.h b/include/patchlevel.h index 2f423a2..7420ab0 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -23,5 +23,5 @@ */ #ifndef PATCHLEVEL -#define PATCHLEVEL "hybrid-8.1.6" +#define PATCHLEVEL "hybrid-8.1.7" #endif |