]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_httpd_stats.cpp
Finally change all the Version() objects
[user/henk/code/inspircd.git] / src / modules / m_httpd_stats.cpp
index 50d13398bd102ebec540127dbd500913013330de..157f772c113fa453dce821e3e9f72e8afcd3fff7 100644 (file)
@@ -239,7 +239,7 @@ class ModuleHttpStats : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 0, VF_VENDOR, API_VERSION);
+               return Version(1, 2, 0, 0, VF_VENDOR, API_VERSION);
        }
 };