]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operchans.cpp
In visual studio, CRT crashes when strftime() is given an invalid format specifier...
[user/henk/code/inspircd.git] / src / modules / m_operchans.cpp
index 41b9e548077aa7eadf7eb9f05ecc54429b935b68..d73fb58cfb48c46db455dba3f3f7675ad7c1e148 100644 (file)
@@ -85,7 +85,7 @@ class ModuleOperChans : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,1,0,0,VF_VENDOR|VF_COMMON,API_VERSION);
+               return Version(1,2,0,0,VF_VENDOR|VF_COMMON,API_VERSION);
        }
 };