]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ident.cpp
DOH! Fix my muppetry of a segfault, and fix some warnings
[user/henk/code/inspircd.git] / src / modules / m_ident.cpp
index fd9fd4434ac96e632f3ddabf1f2f861a788ace8b..8f251cb467253d3ede7fee8734bcb1eda2ce5dc2 100644 (file)
@@ -350,7 +350,7 @@ class ModuleIdent : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 1, 0, VF_VENDOR, API_VERSION);
+               return Version(1, 2, 1, 0, VF_VENDOR, API_VERSION);
        }