]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_rpc_json.cpp
Finally change all the Version() objects
[user/henk/code/inspircd.git] / src / modules / m_rpc_json.cpp
index 415e8b2d7db8b65745a407330ec97236abfd986c..1c472aa17b8179af5abbdc6d13bc2ace1ff9d437 100644 (file)
@@ -59,7 +59,7 @@ class ModuleRpcJson : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 0, VF_SERVICEPROVIDER | VF_VENDOR, API_VERSION);
+               return Version(1, 2, 0, 0, VF_SERVICEPROVIDER | VF_VENDOR, API_VERSION);
        }