diff --git a/src/modules/connthrottle.c b/src/modules/connthrottle.c index 7b9a21100..0afa26578 100644 --- a/src/modules/connthrottle.c +++ b/src/modules/connthrottle.c @@ -7,7 +7,7 @@ #include "unrealircd.h" -#define CONNTHROTTLE_VERSION "1.3" +#define CONNTHROTTLE_VERSION "2.0.0" #ifndef CALLBACKTYPE_REPUTATION_STARTTIME #define CALLBACKTYPE_REPUTATION_STARTTIME 5 diff --git a/src/modules/maxperip.c b/src/modules/maxperip.c index 2bc5e507b..0a9cd9a0d 100644 --- a/src/modules/maxperip.c +++ b/src/modules/maxperip.c @@ -22,7 +22,7 @@ ModuleHeader MOD_HEADER = { "maxperip", - "1.0.0", + "2.0.0", "Limit user connections based on ip address", "UnrealIRCd Team", "unrealircd-6",