]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cycle.cpp
More stuff so that freebsd users can still use the ports version of openssl if they...
[user/henk/code/inspircd.git] / src / modules / m_cycle.cpp
index 9f20d760accdff2bd233101ad6fcb33a485ddf99..57882b2912e5f08dadaad0e41cbfa58ebe0b76bb 100644 (file)
@@ -96,7 +96,7 @@ class ModuleCycle : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version(1, 2, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
        }
        
 };