Skip to content

Commit

Permalink
Eggdrop v1.10.0 Release Candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Aug 8, 2024
1 parent 8877a2e commit f59ef50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ AC_DEFUN([EGG_CHECK_MODULE_SUPPORT],
[
MODULES_OK="yes"
MOD_EXT="so"
DEFAULT_MAKE="debug"
DEFAULT_MAKE="eggdrop"
LOAD_METHOD="dl"
WEIRD_OS="yes"
UNKNOWN_OS="no"
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -6266,7 +6266,7 @@ printf "%s\n" "$egg_cv_var_system_release" >&6; }

MODULES_OK="yes"
MOD_EXT="so"
DEFAULT_MAKE="debug"
DEFAULT_MAKE="eggdrop"
LOAD_METHOD="dl"
WEIRD_OS="yes"
UNKNOWN_OS="no"
Expand Down
2 changes: 1 addition & 1 deletion misc/releaseprep
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ show_usage() {

regenerate_changelog() {

EGGVERSION=$(grep AC_INIT configure.ac | sed -e 's/AC_INIT(\[Eggdrop\],\[//g' -e 's/\],\[[email protected]\])//g')
EGGVERSION=$(grep AC_INIT configure.ac| sed -e 's/AC_INIT(\[Eggdrop\],\[//g' -e 's/\],\[[email protected]\].*//g')
EGG_RC=$(grep '^#define EGG_PATCH.*' src/version.h |cut -d " " -f 3|awk '{print tolower($0)}'|sed -e 's/^"//' -e 's/"$//')
if ! [ $(echo $EGG_RC|grep ^rc) ]; then
EGG_RC=""
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
*/

#define EGG_STRINGVER "1.10.0"
#define EGG_NUMVER 1100000
#define EGG_PATCH "alpha"
#define EGG_NUMVER 1100001
#define EGG_PATCH "RC1"

0 comments on commit f59ef50

Please sign in to comment.