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