]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setident.cpp
Move all the parameters around AGAIN. See docs shortly
[user/henk/code/inspircd.git] / src / modules / m_setident.cpp
index c910dfe920849a964df4036e01d387a315492f3d..a7cd5c9b7efd3c90f0c137a71ebbdd695bbe38c7 100644 (file)
@@ -74,7 +74,7 @@ class ModuleSetIdent : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 0, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION);
        }
 
 };