diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-19 16:17:06 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-19 16:17:06 +0000 |
commit | 7f9c6c5118261eac40d9bae22ac2c0ede670512d (patch) | |
tree | 98c56804abc050167e908d4bfebb71357e3390a6 /src/modules/m_ident.cpp | |
parent | f5ab16c85455ba88b08a669227f394dda96a55f9 (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_ident.cpp')
-rw-r--r-- | src/modules/m_ident.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index 2cccc57b4..707193fc6 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -284,7 +284,7 @@ class ModuleIdent : public Module virtual Version GetVersion() { - return Version(1,5,0,0,VF_VENDOR,API_VERSION); + return Version(1,1,0,0,VF_VENDOR,API_VERSION); } }; |