diff options
| author | 2008-03-24 13:40:12 +0000 | |
|---|---|---|
| committer | 2008-03-24 13:40:12 +0000 | |
| commit | c2957516bca0fe70622c7668a12ade68576ddab2 (patch) | |
| tree | 103ce0c99c4a132a24f8af5b4bb550be80f1faac /src/modules/m_setname.cpp | |
| parent | Wheeeeee (diff) | |
Finally change all the Version() objects
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9185 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_setname.cpp')
| -rw-r--r-- | src/modules/m_setname.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_setname.cpp b/src/modules/m_setname.cpp index c93bf424a..8c48be9a5 100644 --- a/src/modules/m_setname.cpp +++ b/src/modules/m_setname.cpp @@ -71,7 +71,7 @@ class ModuleSetName : public Module virtual Version GetVersion() { - return Version(1, 1, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION); + return Version(1, 2, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION); } }; |
