summaryrefslogtreecommitdiff
path: root/src/core/db_plain.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-06-18 18:30:35 -0400
committerAdam <Adam@anope.org>2010-06-18 18:30:35 -0400
commit428d930e2b39c250d679a5ccf4a24d5a8816f3ef (patch)
treed0fe7b6b99b563a0169cebd1bb98bb241fef78f4 /src/core/db_plain.cpp
parentcc3104fc3f66f4deb227f02e8ea52274019e3853 (diff)
Made all modules version be VERSION_STRING
Diffstat (limited to 'src/core/db_plain.cpp')
-rw-r--r--src/core/db_plain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/db_plain.cpp b/src/core/db_plain.cpp
index 7e699b0fb..7cc80d0b1 100644
--- a/src/core/db_plain.cpp
+++ b/src/core/db_plain.cpp
@@ -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 };