]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setname.cpp
Remote /MAP (that now doesn't confuse clients ;p)
[user/henk/code/inspircd.git] / src / modules / m_setname.cpp
index c93bf424a526304be5b239bcbb456a2a76f4275c..8c48be9a53496df6adb4ea2be51037eef1c58223 100644 (file)
@@ -71,7 +71,7 @@ class ModuleSetName : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version(1, 2, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
        }
        
 };