diff options
| author | 2008-04-12 13:19:28 +0000 | |
|---|---|---|
| committer | 2008-04-12 13:19:28 +0000 | |
| commit | ee41bec1d881f6e1de4967ee019cd3789ebf10b1 (patch) | |
| tree | 7b091c7daf7f044202c7736d1caacfb47ab24355 /src/modules/m_alltime.cpp | |
| parent | Hosts vector not cleared on rehash, made rehashing impossible (diff) | |
Bump out of date module version on this
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9462 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_alltime.cpp')
| -rw-r--r-- | src/modules/m_alltime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_alltime.cpp b/src/modules/m_alltime.cpp index deecd9fe8..087cd760a 100644 --- a/src/modules/m_alltime.cpp +++ b/src/modules/m_alltime.cpp @@ -75,7 +75,7 @@ class Modulealltime : 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); } }; |
