Skip to content

Commit c364cc5

Browse files
committed
Eggdrop v1.10.0 Release Candidate 2
1 parent 2d18f05 commit c364cc5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac 1ba8410.
2+
# From configure.ac 2d18f05a7.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop 1.10.0.
55
#

src/mod/compress.mod/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac 1ba8410.
2+
# From configure.ac 2d18f05a7.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop Compress Module 1.10.0.
55
#

src/mod/dns.mod/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac 1ba8410.
2+
# From configure.ac 2d18f05a7.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop DNS Module 1.10.0.
55
#

src/mod/python.mod/configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# From configure.ac 1ba8410.
2+
# From configure.ac 2d18f05a7.
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated by GNU Autoconf 2.71 for Eggdrop Python Module 1.10.0.
55
#
@@ -2147,7 +2147,7 @@ done
21472147
-e 's/[^0-9]//g'`
21482148
21492149
2150-
ax_compare_version_B=`echo "3.8.0" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
2150+
ax_compare_version_B=`echo "3.8" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
21512151
-e 's/Z\([0-9]\)Z/Z0\1Z/g' \
21522152
-e 's/Z\([0-9][0-9]\)Z/Z0\1Z/g' \
21532153
-e 's/Z\([0-9][0-9][0-9]\)Z/Z0\1Z/g' \

src/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
*/
2828

2929
#define EGG_STRINGVER "1.10.0"
30-
#define EGG_NUMVER 1100001
31-
#define EGG_PATCH "RC1"
30+
#define EGG_NUMVER 1100002
31+
#define EGG_PATCH "RC2"

0 commit comments

Comments
 (0)