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_pgsql.cpp | |
| parent | InspIRCd: Now with 100% more boobies. Err, ping timeout message coolness. (diff) | |
| download | inspircd++-4b0f6c610f755e0cb93843d5a2a6c70336eafe39.tar.gz inspircd++-4b0f6c610f755e0cb93843d5a2a6c70336eafe39.tar.bz2 inspircd++-4b0f6c610f755e0cb93843d5a2a6c70336eafe39.zip | |
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_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 103c9edfc..4e316b9ec 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -657,7 +657,7 @@ public: virtual Version GetVersion() { - return Version(1, 0, 0, 0, VF_VENDOR|VF_SERVICEPROVIDER); + return Version(1, 0, 0, 0, VF_VENDOR|VF_SERVICEPROVIDER, API_VERSION); } virtual ~ModulePgSQL() |
