]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_remove.cpp
Automatic detection and allocation of max fds. No longer needs recompile to change...
[user/henk/code/inspircd.git] / src / modules / m_remove.cpp
index e524b6898379e1303b9235a5461657f9b7af608b..b87b5d2c129c519d1bcd6e817bd7edbd2da0b25a 100644 (file)
@@ -274,7 +274,7 @@ class ModuleRemove : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 1, 0, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version(1, 2, 1, 0, VF_COMMON | VF_VENDOR, API_VERSION);
        }
        
 };