]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_dccallow.cpp
Mention ulines too
[user/henk/code/inspircd.git] / src / modules / m_dccallow.cpp
index 738567ff716473cea9cb73cd89c0fe2e1d162da9..39c8e33c63f61e0a9827975f55ac06b35aaf2499 100644 (file)
@@ -463,7 +463,7 @@ class ModuleDCCAllow : 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);
        }
 };