Skip to content

Commit

Permalink
Eggdrop v1.9.0 Release Candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Jan 24, 2021
1 parent 3cf9f22 commit c9487b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,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 @@ -5261,7 +5261,7 @@ $as_echo "$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 doc/html/searchindex.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
*/

#define EGG_STRINGVER "1.9.0"
#define EGG_NUMVER 1090006
#define EGG_NUMVER 1090007
#define EGG_PATCH "RC1"

0 comments on commit c9487b6

Please sign in to comment.