diff options
| author | 2008-03-24 13:35:49 +0000 | |
|---|---|---|
| committer | 2008-03-24 13:35:49 +0000 | |
| commit | f8e07df6d6fe0250044929f3c200f2f2666d8f5c (patch) | |
| tree | ca47b1f302b44e55c4ea045beffed6188b8f2f88 /src/modules/extra/m_sqlutils.cpp | |
| parent | CAP TLS now implemented, this needs someone to make a client to test it :p (diff) | |
Wheeeeee
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9184 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqlutils.cpp')
| -rw-r--r-- | src/modules/extra/m_sqlutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_sqlutils.cpp b/src/modules/extra/m_sqlutils.cpp index 5935e1553..0aced9252 100644 --- a/src/modules/extra/m_sqlutils.cpp +++ b/src/modules/extra/m_sqlutils.cpp @@ -227,7 +227,7 @@ public: 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); } }; |
