]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_knock.cpp
DOH! Fix my muppetry of a segfault, and fix some warnings
[user/henk/code/inspircd.git] / src / modules / m_knock.cpp
index 41e42ebb6976ce81bea31985573d4f1008c33be7..3d2f4b3444435c5152c7f98e7b222fc811a1e792 100644 (file)
@@ -124,7 +124,7 @@ class ModuleKnock : 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);
        }
 };