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_services.cpp | |
| parent | References and stuff (diff) | |
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_services.cpp')
| -rw-r--r-- | src/modules/m_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_services.cpp b/src/modules/m_services.cpp index fb8b0d255..1ae3c0992 100644 --- a/src/modules/m_services.cpp +++ b/src/modules/m_services.cpp @@ -306,7 +306,7 @@ class ModuleServices : public Module virtual Version GetVersion() { - return Version(1,0,0,0,VF_COMMON|VF_VENDOR,API_VERSION); + return Version(1,1,0,0,VF_COMMON|VF_VENDOR,API_VERSION); } }; |
