]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_watch.cpp
Framework for central regex module, and a bare-bone implementation based on InspIRCd...
[user/henk/code/inspircd.git] / src / modules / m_watch.cpp
index bbda1f593faa73cf99ba958beead0719523ae851..6e9ab6a586ed71e5b0e5457e2ef7d1ba8670ba81 100644 (file)
@@ -560,7 +560,7 @@ class Modulewatch : 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);
        }
 };