Replace here too

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9463 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2008-04-12 13:20:38 +00:00
parent 2a3538cf05
commit 2205c65c72

View File

@ -67,7 +67,7 @@ class Modulealltime : public Module
virtual Version GetVersion()
{
return Version(1, 0, 0, 0, VF_COMMON | VF_VENDOR, API_VERSION);
return Version(1, 2, 0, 0, VF_COMMON | VF_VENDOR, API_VERSION);
}
};