]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_knock.cpp
Note where to find the docs.
[user/henk/code/inspircd.git] / src / modules / m_knock.cpp
index 3d244ac4f3a12426838ba7b66eb96f656316579e..cc6fba480e7fb2f378208fd1c60b090cf8066439 100644 (file)
@@ -102,7 +102,7 @@ class ModuleKnock : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION);
        }
 };