1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 19:06:38 +02:00

Made all modules version be VERSION_STRING

This commit is contained in:
Adam
2010-06-18 18:30:35 -04:00
parent cc3104fc3f
commit 428d930e2b
127 changed files with 127 additions and 127 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ class DBPlain : public Module
DBPlain(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(DATABASE);
Implementation i[] = { I_OnReload, I_OnDatabaseRead, I_OnLoadDatabase, I_OnDatabaseReadMetadata, I_OnSaveDatabase, I_OnModuleLoad };