diff options
| author | 2006-10-19 16:17:06 +0000 | |
|---|---|---|
| committer | 2006-10-19 16:17:06 +0000 | |
| commit | 7f9c6c5118261eac40d9bae22ac2c0ede670512d (patch) | |
| tree | 98c56804abc050167e908d4bfebb71357e3390a6 /src/modules/m_vhost.cpp | |
| parent | References and stuff (diff) | |
| download | inspircd++-7f9c6c5118261eac40d9bae22ac2c0ede670512d.tar.gz inspircd++-7f9c6c5118261eac40d9bae22ac2c0ede670512d.tar.bz2 inspircd++-7f9c6c5118261eac40d9bae22ac2c0ede670512d.zip | |
Insert massive change here.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5504 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_vhost.cpp')
| -rw-r--r-- | src/modules/m_vhost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index 233def0b6..f6f729058 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -92,7 +92,7 @@ class ModuleVHost : public Module virtual Version GetVersion() { - return Version(1,0,0,1,VF_VENDOR,API_VERSION); + return Version(1,1,0,1,VF_VENDOR,API_VERSION); } }; |
