Skip to content

Commit

Permalink
Update patchlevel to 1.10.0 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Aug 8, 2024
1 parent 413f274 commit f80f8ae
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 41 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac e9aead7.
# From configure.ac 0ea3718f.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop 1.9.5.
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.0.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -614,8 +614,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Eggdrop'
PACKAGE_TARNAME='eggdrop'
PACKAGE_VERSION='1.9.5'
PACKAGE_STRING='Eggdrop 1.9.5'
PACKAGE_VERSION='1.10.0'
PACKAGE_STRING='Eggdrop 1.10.0'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='https://www.eggheads.org'

Expand Down Expand Up @@ -1361,7 +1361,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 Eggdrop 1.9.5 to adapt to many kinds of systems.
\`configure' configures Eggdrop 1.10.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1428,7 +1428,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Eggdrop 1.9.5:";;
short | recursive ) echo "Configuration of Eggdrop 1.10.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1540,7 +1540,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Eggdrop configure 1.9.5
Eggdrop configure 1.10.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2199,7 +2199,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 Eggdrop $as_me 1.9.5, which was
It was created by Eggdrop $as_me 1.10.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -11248,7 +11248,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 Eggdrop $as_me 1.9.5, which was
This file was extended by Eggdrop $as_me 1.10.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -11317,7 +11317,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Eggdrop config.status 1.9.5
Eggdrop config.status 1.10.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl configure.ac: this file is processed by autoconf to produce ./configure.

AC_PREREQ([2.71])
AC_INIT([Eggdrop],[1.9.5],[[email protected]],[eggdrop],[https://www.eggheads.org])
AC_INIT([Eggdrop],[1.10.0],[[email protected]],[eggdrop],[https://www.eggheads.org])
AC_COPYRIGHT([Copyright (C) 1999 - 2024 Eggheads Development Team])
AC_LANG([C])
AC_REVISION([m4_esyscmd([misc/getcommit])])
Expand Down
2 changes: 1 addition & 1 deletion doc/html/using/tcl-commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1>Eggdrop Tcl Commands<a class="headerlink" href="#eggdrop-tcl-commands" title
of the normal Tcl built-in commands are still there, of course, but you
can also use these to manipulate features of the bot. They are listed
according to category.</p>
<p>This list is accurate for Eggdrop v1.9.5. Scripts written for v1.3, v1.4,
<p>This list is accurate for Eggdrop v1.10.0. Scripts written for v1.3, v1.4,
1.6 and 1.8 series of Eggdrop should probably work with a few minor modifications
depending on the script. Scripts which were written for v0.9, v1.0, v1.1
or v1.2 will probably not work without modification. Commands which have
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx_source/using/tcl-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ of the normal Tcl built-in commands are still there, of course, but you
can also use these to manipulate features of the bot. They are listed
according to category.

This list is accurate for Eggdrop v1.9.5. Scripts written for v1.3, v1.4,
This list is accurate for Eggdrop v1.10.0. Scripts written for v1.3, v1.4,
1.6 and 1.8 series of Eggdrop should probably work with a few minor modifications
depending on the script. Scripts which were written for v0.9, v1.0, v1.1
or v1.2 will probably not work without modification. Commands which have
Expand Down
2 changes: 1 addition & 1 deletion doc/tcl-commands.doc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ of the normal Tcl built-in commands are still there, of course, but you
can also use these to manipulate features of the bot. They are listed
according to category.

This list is accurate for Eggdrop v1.9.5. Scripts written for v1.3,
This list is accurate for Eggdrop v1.10.0. Scripts written for v1.3,
v1.4, 1.6 and 1.8 series of Eggdrop should probably work with a few
minor modifications depending on the script. Scripts which were written
for v0.9, v1.0, v1.1 or v1.2 will probably not work without
Expand Down
4 changes: 2 additions & 2 deletions misc/newversion
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fi
umask 022

OLD_EGGVERSION=$(grep AC_INIT configure.ac| sed -e 's/AC_INIT(\[Eggdrop\],\[//g' -e 's/\],\[[email protected]\].*//g')
NEW_EGGVERSION=$(echo $OLD_EGGVERSION | cut -d. -f1-2).$(($(echo $OLD_EGGVERSION | cut -d. -f3) + 1))
#NEW_EGGVERSION="1.9.0"
#NEW_EGGVERSION=$(echo $OLD_EGGVERSION | cut -d. -f1-2).$(($(echo $OLD_EGGVERSION | cut -d. -f3) + 1))
NEW_EGGVERSION="1.10.0"
NEW_NUMVERSION=$(($(grep '^#define EGG_NUMVER.*' src/version.h |cut -d " " -f 3|sed -e 's/..$/00/') + 100))
#NEW_NUMVERSION="1090000"

Expand Down
20 changes: 10 additions & 10 deletions src/mod/compress.mod/configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac e9aead7.
# From configure.ac 0ea3718f.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.9.5.
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.0.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -613,8 +613,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Eggdrop Compress Module'
PACKAGE_TARNAME='eggdrop-compress-module'
PACKAGE_VERSION='1.9.5'
PACKAGE_STRING='Eggdrop Compress Module 1.9.5'
PACKAGE_VERSION='1.10.0'
PACKAGE_STRING='Eggdrop Compress Module 1.10.0'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1260,7 +1260,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 Eggdrop Compress Module 1.9.5 to adapt to many kinds of systems.
\`configure' configures Eggdrop Compress Module 1.10.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1323,7 +1323,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Eggdrop Compress Module 1.9.5:";;
short | recursive ) echo "Configuration of Eggdrop Compress Module 1.10.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1403,7 +1403,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Eggdrop Compress Module configure 1.9.5
Eggdrop Compress Module configure 1.10.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1561,7 +1561,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 Eggdrop Compress Module $as_me 1.9.5, which was
It was created by Eggdrop Compress Module $as_me 1.10.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3549,7 +3549,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 Eggdrop Compress Module $as_me 1.9.5, which was
This file was extended by Eggdrop Compress Module $as_me 1.10.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3604,7 +3604,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Eggdrop Compress Module config.status 1.9.5
Eggdrop Compress Module config.status 1.10.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion src/mod/compress.mod/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ([2.71])

sinclude(../eggmod.m4)

AC_INIT([Eggdrop Compress Module],[1.9.5],[[email protected]])
AC_INIT([Eggdrop Compress Module],[1.10.0],[[email protected]])

AC_CONFIG_SRCDIR(compress.c)
AC_CONFIG_AUX_DIR(../../../misc)
Expand Down
20 changes: 10 additions & 10 deletions src/mod/dns.mod/configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac e9aead7.
# From configure.ac 0ea3718f.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.9.5.
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.0.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -613,8 +613,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Eggdrop DNS Module'
PACKAGE_TARNAME='eggdrop-dns-module'
PACKAGE_VERSION='1.9.5'
PACKAGE_STRING='Eggdrop DNS Module 1.9.5'
PACKAGE_VERSION='1.10.0'
PACKAGE_STRING='Eggdrop DNS Module 1.10.0'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1229,7 +1229,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 Eggdrop DNS Module 1.9.5 to adapt to many kinds of systems.
\`configure' configures Eggdrop DNS Module 1.10.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1292,7 +1292,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Eggdrop DNS Module 1.9.5:";;
short | recursive ) echo "Configuration of Eggdrop DNS Module 1.10.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1372,7 +1372,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Eggdrop DNS Module configure 1.9.5
Eggdrop DNS Module configure 1.10.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1530,7 +1530,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 Eggdrop DNS Module $as_me 1.9.5, which was
It was created by Eggdrop DNS Module $as_me 1.10.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3587,7 +3587,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 Eggdrop DNS Module $as_me 1.9.5, which was
This file was extended by Eggdrop DNS Module $as_me 1.10.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3642,7 +3642,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Eggdrop DNS Module config.status 1.9.5
Eggdrop DNS Module config.status 1.10.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion src/mod/dns.mod/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ([2.71])

sinclude(../eggmod.m4)

AC_INIT([Eggdrop DNS Module],[1.9.5],[[email protected]])
AC_INIT([Eggdrop DNS Module],[1.10.0],[[email protected]])

AC_CONFIG_SRCDIR(coredns.c)
AC_CONFIG_AUX_DIR(../../../misc)
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

#define EGG_STRINGVER "1.9.5"
#define EGG_NUMVER 1090506
#define EGG_PATCH "accounttracking"
#define EGG_STRINGVER "1.10.0"
#define EGG_NUMVER 1100000
#define EGG_PATCH "alpha"

0 comments on commit f80f8ae

Please sign in to comment.