]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sajoin.cpp
Note where to find the docs.
[user/henk/code/inspircd.git] / src / modules / m_sajoin.cpp
index d429704d99e04dd9ee4a09f7b3f0dfa289152b87..99a796a27d305de53319026933f97e5dcec45340 100644 (file)
@@ -105,7 +105,7 @@ class ModuleSajoin : 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);
        }
 
 };