diff --git a/ChangeLog b/ChangeLog index 339eaf6..b8e3b71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Black List Scanning Bot Module for NeoStats Changelog. ============================================================================== -3.0.a3-dev - Fish (F) & Mark (M) +3.0.a3 - Fish (F) & Mark (M) & DeadNotBuried (D) - Add support for lookup lists only without banning (D) - Make sure we broadcast a message when we akill even if not in verbose (F) - AKILL support (F) diff --git a/configure b/configure index b82d052..1999bc4 100755 --- a/configure +++ b/configure @@ -19486,8 +19486,8 @@ if test "$ns_version_ok" = "yes"; then echo "$as_me:$LINENO: result: Compatible version" >&5 echo "${ECHO_T}Compatible version" >&6; else - { { echo "$as_me:$LINENO: error: This module requires NeoStats 3.0.a3-dev or higher" >&5 -echo "$as_me: error: This module requires NeoStats 3.0.a3-dev or higher" >&2;} + { { echo "$as_me:$LINENO: error: This module requires NeoStats 3.0.a3 or higher" >&5 +echo "$as_me: error: This module requires NeoStats 3.0.a3 or higher" >&2;} { (exit 1); exit 1; }; } fi diff --git a/configure.in b/configure.in index 9a26206..8b2ab78 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,7 @@ int main(void) { if test "$ns_version_ok" = "yes"; then AC_MSG_RESULT(Compatible version); else - AC_MSG_ERROR(This module requires NeoStats 3.0.a3-dev or higher) + AC_MSG_ERROR(This module requires NeoStats 3.0.a3 or higher) fi dnl check if we are running with debug.... diff --git a/modconfigwin32.h b/modconfigwin32.h index 2930763..7ff2300 100755 --- a/modconfigwin32.h +++ b/modconfigwin32.h @@ -6,7 +6,7 @@ /* #undef DEBUG */ /* Version number of package */ -#define MODULE_VERSION "3.0.a3-dev" +#define MODULE_VERSION "3.0.a3" /* Major Version */ #define MODULE_MAJOR "3" @@ -15,6 +15,6 @@ #define MODULE_MINOR "0" /* Revision */ -#define MODULE_REV "a3-dev" +#define MODULE_REV "a3" #endif /* _MODCONFIGWIN32_H_ */