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/m_devoice.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/m_devoice.cpp')
| -rw-r--r-- | src/modules/m_devoice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_devoice.cpp b/src/modules/m_devoice.cpp index c1f4e3bc8..2c652d20b 100644 --- a/src/modules/m_devoice.cpp +++ b/src/modules/m_devoice.cpp @@ -76,7 +76,7 @@ class ModuleDeVoice : public Module virtual Version GetVersion() { - return Version(1, 0, 0, 0, VF_VENDOR); + return Version(1, 0, 0, 0, VF_VENDOR, API_VERSION); } }; |
