]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sha256.cpp
Automatic detection and allocation of max fds. No longer needs recompile to change...
[user/henk/code/inspircd.git] / src / modules / m_sha256.cpp
index b80e3d5bbb508c6cb76daa0e1ab751dd2806428b..70727b301147ffe036e45e4e3b8dd5ca7d204a40 100644 (file)
@@ -302,7 +302,7 @@ class ModuleSHA256 : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 1, VF_VENDOR|VF_SERVICEPROVIDER, API_VERSION);
+               return Version(1, 2, 0, 1, VF_VENDOR|VF_SERVICEPROVIDER, API_VERSION);
        }
 };