diff options
Diffstat (limited to 'src/modules/m_vhost.cpp')
-rw-r--r-- | src/modules/m_vhost.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index eb6c3e38e..09a045564 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -91,9 +91,7 @@ class ModuleVHost : public Module virtual Version GetVersion() { - // returns the version number of the module to be - // listed in /MODULES - return Version(1,0,0,1,VF_VENDOR); + return Version(1,0,0,1,VF_VENDOR,API_VERSION); } }; |