From 4b0f6c610f755e0cb93843d5a2a6c70336eafe39 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 1 Oct 2006 14:59:38 +0000 Subject: Now with binary versioning goodness git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5366 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_vhost.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/modules/m_vhost.cpp') 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); } }; -- cgit v1.2.3