]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cycle.cpp
Of course, it DOES help to actually initialise the Mutex objects, and delete them...
[user/henk/code/inspircd.git] / src / modules / m_cycle.cpp
index 5b562631d9a3ff06aa8a1e7fe9e1218b5acac950..a7c24df63189ef78e352f58a7f9b1c2af9a7e71f 100644 (file)
@@ -96,7 +96,7 @@ class ModuleCycle : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_VENDOR, API_VERSION);
        }
 
 };