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:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user