]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_sslinfo.cpp
The rest of the server protocol interface and fix a warning in m_rline
[user/henk/code/inspircd.git] / src / modules / extra / m_sslinfo.cpp
index 907950db1c39e7ce6c98d531ad0d6df76b09b2a5..f8a06bc2ed33b1f76365b43284517883b3f2fd66 100644 (file)
@@ -84,7 +84,7 @@ class ModuleSSLInfo : 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);
        }
 };