]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_globops.cpp
Finally change all the Version() objects
[user/henk/code/inspircd.git] / src / modules / m_globops.cpp
index e932971dc56e82f549d1c127458266396dc25a8f..b16b1ee1cf51770de4dff8395975a41197210067 100644 (file)
@@ -63,7 +63,7 @@ class ModuleGlobops : 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);
        }
 
 };