]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_pgsql.cpp
Fix this (thx danieldg and owine)
[user/henk/code/inspircd.git] / src / modules / extra / m_pgsql.cpp
index 72351cc9326d03dab64226b55805b64beebf7063..fb282fb98a5e35e3ae6d66d2e7e2fa5223c4a2a8 100644 (file)
@@ -954,7 +954,7 @@ class ModulePgSQL : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 0, VF_VENDOR|VF_SERVICEPROVIDER, API_VERSION);
+               return Version(1, 2, 0, 0, VF_VENDOR|VF_SERVICEPROVIDER, API_VERSION);
        }
 };