diff options
| author | 2006-10-01 14:59:38 +0000 | |
|---|---|---|
| committer | 2006-10-01 14:59:38 +0000 | |
| commit | 4b0f6c610f755e0cb93843d5a2a6c70336eafe39 (patch) | |
| tree | f0faea2448362629d3f82cb67d4f74242ec36dcf /src/modules/extra/m_sqlutils.cpp | |
| parent | InspIRCd: Now with 100% more boobies. Err, ping timeout message coolness. (diff) | |
Now with binary versioning goodness
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5366 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 700f69e7d..55e7f2dc9 100644 --- a/src/modules/extra/m_sqlutils.cpp +++ b/src/modules/extra/m_sqlutils.cpp @@ -268,7 +268,7 @@ public: virtual Version GetVersion() { - return Version(1, 0, 0, 0, VF_STATIC|VF_VENDOR|VF_SERVICEPROVIDER); + return Version(1, 0, 0, 0, VF_STATIC|VF_VENDOR|VF_SERVICEPROVIDER, API_VERSION); } virtual ~ModuleSQLutils() |
