]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_customtitle.cpp
Should now work with ports bound to all interfaces
[user/henk/code/inspircd.git] / src / modules / m_customtitle.cpp
index 185055a5dd21f59793f23f91e3024179a96d4be9..8e87b79b47bbf97bdff86a10815cfc7358d7bd4d 100644 (file)
@@ -221,7 +221,7 @@ class ModuleCustomTitle : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 0, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version(1, 2, 0, 0, VF_COMMON | VF_VENDOR, API_VERSION);
        }
 };