Skip to content

Commit f80f8ae

Browse files
committed
Update patchlevel to 1.10.0 alpha
1 parent 413f274 commit f80f8ae

File tree

11 files changed

+41
-41
lines changed

11 files changed

+41
-41
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.ac e9aead7.
2+
# From configure.ac 0ea3718f.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.71 for Eggdrop 1.9.5.
4+
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.0.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='Eggdrop'
616616
PACKAGE_TARNAME='eggdrop'
617-
PACKAGE_VERSION='1.9.5'
618-
PACKAGE_STRING='Eggdrop 1.9.5'
617+
PACKAGE_VERSION='1.10.0'
618+
PACKAGE_STRING='Eggdrop 1.10.0'
619619
PACKAGE_BUGREPORT='bugs@eggheads.org'
620620
PACKAGE_URL='https://www.eggheads.org'
621621

@@ -1361,7 +1361,7 @@ if test "$ac_init_help" = "long"; then
13611361
# Omit some internal or obsolete options to make the list less imposing.
13621362
# This message is too long to be a string in the A/UX 3.1 sh.
13631363
cat <<_ACEOF
1364-
\`configure' configures Eggdrop 1.9.5 to adapt to many kinds of systems.
1364+
\`configure' configures Eggdrop 1.10.0 to adapt to many kinds of systems.
13651365
13661366
Usage: $0 [OPTION]... [VAR=VALUE]...
13671367
@@ -1428,7 +1428,7 @@ fi
14281428

14291429
if test -n "$ac_init_help"; then
14301430
case $ac_init_help in
1431-
short | recursive ) echo "Configuration of Eggdrop 1.9.5:";;
1431+
short | recursive ) echo "Configuration of Eggdrop 1.10.0:";;
14321432
esac
14331433
cat <<\_ACEOF
14341434
@@ -1540,7 +1540,7 @@ fi
15401540
test -n "$ac_init_help" && exit $ac_status
15411541
if $ac_init_version; then
15421542
cat <<\_ACEOF
1543-
Eggdrop configure 1.9.5
1543+
Eggdrop configure 1.10.0
15441544
generated by GNU Autoconf 2.71
15451545
15461546
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2199,7 +2199,7 @@ cat >config.log <<_ACEOF
21992199
This file contains any messages produced by compilers while
22002200
running configure, to aid debugging if configure makes a mistake.
22012201
2202-
It was created by Eggdrop $as_me 1.9.5, which was
2202+
It was created by Eggdrop $as_me 1.10.0, which was
22032203
generated by GNU Autoconf 2.71. Invocation command line was
22042204
22052205
$ $0$ac_configure_args_raw
@@ -11248,7 +11248,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1124811248
# report actual input values of CONFIG_FILES etc. instead of their
1124911249
# values after options handling.
1125011250
ac_log="
11251-
This file was extended by Eggdrop $as_me 1.9.5, which was
11251+
This file was extended by Eggdrop $as_me 1.10.0, which was
1125211252
generated by GNU Autoconf 2.71. Invocation command line was
1125311253
1125411254
CONFIG_FILES = $CONFIG_FILES
@@ -11317,7 +11317,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1131711317
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1131811318
ac_cs_config='$ac_cs_config_escaped'
1131911319
ac_cs_version="\\
11320-
Eggdrop config.status 1.9.5
11320+
Eggdrop config.status 1.10.0
1132111321
configured by $0, generated by GNU Autoconf 2.71,
1132211322
with options \\"\$ac_cs_config\\"
1132311323

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl configure.ac: this file is processed by autoconf to produce ./configure.
22

33
AC_PREREQ([2.71])
4-
AC_INIT([Eggdrop],[1.9.5],[bugs@eggheads.org],[eggdrop],[https://www.eggheads.org])
4+
AC_INIT([Eggdrop],[1.10.0],[bugs@eggheads.org],[eggdrop],[https://www.eggheads.org])
55
AC_COPYRIGHT([Copyright (C) 1999 - 2024 Eggheads Development Team])
66
AC_LANG([C])
77
AC_REVISION([m4_esyscmd([misc/getcommit])])

doc/html/using/tcl-commands.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h1>Eggdrop Tcl Commands<a class="headerlink" href="#eggdrop-tcl-commands" title
123123
of the normal Tcl built-in commands are still there, of course, but you
124124
can also use these to manipulate features of the bot. They are listed
125125
according to category.</p>
126-
<p>This list is accurate for Eggdrop v1.9.5. Scripts written for v1.3, v1.4,
126+
<p>This list is accurate for Eggdrop v1.10.0. Scripts written for v1.3, v1.4,
127127
1.6 and 1.8 series of Eggdrop should probably work with a few minor modifications
128128
depending on the script. Scripts which were written for v0.9, v1.0, v1.1
129129
or v1.2 will probably not work without modification. Commands which have

doc/sphinx_source/using/tcl-commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ of the normal Tcl built-in commands are still there, of course, but you
1313
can also use these to manipulate features of the bot. They are listed
1414
according to category.
1515

16-
This list is accurate for Eggdrop v1.9.5. Scripts written for v1.3, v1.4,
16+
This list is accurate for Eggdrop v1.10.0. Scripts written for v1.3, v1.4,
1717
1.6 and 1.8 series of Eggdrop should probably work with a few minor modifications
1818
depending on the script. Scripts which were written for v0.9, v1.0, v1.1
1919
or v1.2 will probably not work without modification. Commands which have

doc/tcl-commands.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ of the normal Tcl built-in commands are still there, of course, but you
77
can also use these to manipulate features of the bot. They are listed
88
according to category.
99

10-
This list is accurate for Eggdrop v1.9.5. Scripts written for v1.3,
10+
This list is accurate for Eggdrop v1.10.0. Scripts written for v1.3,
1111
v1.4, 1.6 and 1.8 series of Eggdrop should probably work with a few
1212
minor modifications depending on the script. Scripts which were written
1313
for v0.9, v1.0, v1.1 or v1.2 will probably not work without

misc/newversion

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ fi
4040
umask 022
4141

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

src/mod/compress.mod/configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.ac e9aead7.
2+
# From configure.ac 0ea3718f.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.9.5.
4+
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.0.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -613,8 +613,8 @@ MAKEFLAGS=
613613
# Identity of this package.
614614
PACKAGE_NAME='Eggdrop Compress Module'
615615
PACKAGE_TARNAME='eggdrop-compress-module'
616-
PACKAGE_VERSION='1.9.5'
617-
PACKAGE_STRING='Eggdrop Compress Module 1.9.5'
616+
PACKAGE_VERSION='1.10.0'
617+
PACKAGE_STRING='Eggdrop Compress Module 1.10.0'
618618
PACKAGE_BUGREPORT='bugs@eggheads.org'
619619
PACKAGE_URL=''
620620

@@ -1260,7 +1260,7 @@ if test "$ac_init_help" = "long"; then
12601260
# Omit some internal or obsolete options to make the list less imposing.
12611261
# This message is too long to be a string in the A/UX 3.1 sh.
12621262
cat <<_ACEOF
1263-
\`configure' configures Eggdrop Compress Module 1.9.5 to adapt to many kinds of systems.
1263+
\`configure' configures Eggdrop Compress Module 1.10.0 to adapt to many kinds of systems.
12641264
12651265
Usage: $0 [OPTION]... [VAR=VALUE]...
12661266
@@ -1323,7 +1323,7 @@ fi
13231323

13241324
if test -n "$ac_init_help"; then
13251325
case $ac_init_help in
1326-
short | recursive ) echo "Configuration of Eggdrop Compress Module 1.9.5:";;
1326+
short | recursive ) echo "Configuration of Eggdrop Compress Module 1.10.0:";;
13271327
esac
13281328
cat <<\_ACEOF
13291329
@@ -1403,7 +1403,7 @@ fi
14031403
test -n "$ac_init_help" && exit $ac_status
14041404
if $ac_init_version; then
14051405
cat <<\_ACEOF
1406-
Eggdrop Compress Module configure 1.9.5
1406+
Eggdrop Compress Module configure 1.10.0
14071407
generated by GNU Autoconf 2.71
14081408
14091409
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1561,7 +1561,7 @@ cat >config.log <<_ACEOF
15611561
This file contains any messages produced by compilers while
15621562
running configure, to aid debugging if configure makes a mistake.
15631563
1564-
It was created by Eggdrop Compress Module $as_me 1.9.5, which was
1564+
It was created by Eggdrop Compress Module $as_me 1.10.0, which was
15651565
generated by GNU Autoconf 2.71. Invocation command line was
15661566
15671567
$ $0$ac_configure_args_raw
@@ -3549,7 +3549,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
35493549
# report actual input values of CONFIG_FILES etc. instead of their
35503550
# values after options handling.
35513551
ac_log="
3552-
This file was extended by Eggdrop Compress Module $as_me 1.9.5, which was
3552+
This file was extended by Eggdrop Compress Module $as_me 1.10.0, which was
35533553
generated by GNU Autoconf 2.71. Invocation command line was
35543554
35553555
CONFIG_FILES = $CONFIG_FILES
@@ -3604,7 +3604,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
36043604
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
36053605
ac_cs_config='$ac_cs_config_escaped'
36063606
ac_cs_version="\\
3607-
Eggdrop Compress Module config.status 1.9.5
3607+
Eggdrop Compress Module config.status 1.10.0
36083608
configured by $0, generated by GNU Autoconf 2.71,
36093609
with options \\"\$ac_cs_config\\"
36103610

src/mod/compress.mod/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_PREREQ([2.71])
44

55
sinclude(../eggmod.m4)
66

7-
AC_INIT([Eggdrop Compress Module],[1.9.5],[bugs@eggheads.org])
7+
AC_INIT([Eggdrop Compress Module],[1.10.0],[bugs@eggheads.org])
88

99
AC_CONFIG_SRCDIR(compress.c)
1010
AC_CONFIG_AUX_DIR(../../../misc)

src/mod/dns.mod/configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.ac e9aead7.
2+
# From configure.ac 0ea3718f.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.9.5.
4+
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.0.
55
#
66
# Report bugs to <bugs@eggheads.org>.
77
#
@@ -613,8 +613,8 @@ MAKEFLAGS=
613613
# Identity of this package.
614614
PACKAGE_NAME='Eggdrop DNS Module'
615615
PACKAGE_TARNAME='eggdrop-dns-module'
616-
PACKAGE_VERSION='1.9.5'
617-
PACKAGE_STRING='Eggdrop DNS Module 1.9.5'
616+
PACKAGE_VERSION='1.10.0'
617+
PACKAGE_STRING='Eggdrop DNS Module 1.10.0'
618618
PACKAGE_BUGREPORT='bugs@eggheads.org'
619619
PACKAGE_URL=''
620620

@@ -1229,7 +1229,7 @@ if test "$ac_init_help" = "long"; then
12291229
# Omit some internal or obsolete options to make the list less imposing.
12301230
# This message is too long to be a string in the A/UX 3.1 sh.
12311231
cat <<_ACEOF
1232-
\`configure' configures Eggdrop DNS Module 1.9.5 to adapt to many kinds of systems.
1232+
\`configure' configures Eggdrop DNS Module 1.10.0 to adapt to many kinds of systems.
12331233
12341234
Usage: $0 [OPTION]... [VAR=VALUE]...
12351235
@@ -1292,7 +1292,7 @@ fi
12921292

12931293
if test -n "$ac_init_help"; then
12941294
case $ac_init_help in
1295-
short | recursive ) echo "Configuration of Eggdrop DNS Module 1.9.5:";;
1295+
short | recursive ) echo "Configuration of Eggdrop DNS Module 1.10.0:";;
12961296
esac
12971297
cat <<\_ACEOF
12981298
@@ -1372,7 +1372,7 @@ fi
13721372
test -n "$ac_init_help" && exit $ac_status
13731373
if $ac_init_version; then
13741374
cat <<\_ACEOF
1375-
Eggdrop DNS Module configure 1.9.5
1375+
Eggdrop DNS Module configure 1.10.0
13761376
generated by GNU Autoconf 2.71
13771377
13781378
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1530,7 +1530,7 @@ cat >config.log <<_ACEOF
15301530
This file contains any messages produced by compilers while
15311531
running configure, to aid debugging if configure makes a mistake.
15321532
1533-
It was created by Eggdrop DNS Module $as_me 1.9.5, which was
1533+
It was created by Eggdrop DNS Module $as_me 1.10.0, which was
15341534
generated by GNU Autoconf 2.71. Invocation command line was
15351535
15361536
$ $0$ac_configure_args_raw
@@ -3587,7 +3587,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
35873587
# report actual input values of CONFIG_FILES etc. instead of their
35883588
# values after options handling.
35893589
ac_log="
3590-
This file was extended by Eggdrop DNS Module $as_me 1.9.5, which was
3590+
This file was extended by Eggdrop DNS Module $as_me 1.10.0, which was
35913591
generated by GNU Autoconf 2.71. Invocation command line was
35923592
35933593
CONFIG_FILES = $CONFIG_FILES
@@ -3642,7 +3642,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
36423642
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
36433643
ac_cs_config='$ac_cs_config_escaped'
36443644
ac_cs_version="\\
3645-
Eggdrop DNS Module config.status 1.9.5
3645+
Eggdrop DNS Module config.status 1.10.0
36463646
configured by $0, generated by GNU Autoconf 2.71,
36473647
with options \\"\$ac_cs_config\\"
36483648

src/mod/dns.mod/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_PREREQ([2.71])
44

55
sinclude(../eggmod.m4)
66

7-
AC_INIT([Eggdrop DNS Module],[1.9.5],[bugs@eggheads.org])
7+
AC_INIT([Eggdrop DNS Module],[1.10.0],[bugs@eggheads.org])
88

99
AC_CONFIG_SRCDIR(coredns.c)
1010
AC_CONFIG_AUX_DIR(../../../misc)

0 commit comments

Comments
 (0)