summaryrefslogtreecommitdiff
path: root/src/modules/mysql/db_mysql.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-06-18 18:39:30 -0400
committerAdam <Adam@anope.org>2010-06-18 18:39:30 -0400
commitc4b725b2e1a173c5238160389f6176f4be077221 (patch)
tree8a1eb7ca4c5308514cb7d9be12dbb464c62f7b8c /src/modules/mysql/db_mysql.h
parent428d930e2b39c250d679a5ccf4a24d5a8816f3ef (diff)
Removed all references to $, git has no svn keywords
Diffstat (limited to 'src/modules/mysql/db_mysql.h')
-rw-r--r--src/modules/mysql/db_mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/mysql/db_mysql.h b/src/modules/mysql/db_mysql.h
index bb9e636e7..b62f52524 100644
--- a/src/modules/mysql/db_mysql.h
+++ b/src/modules/mysql/db_mysql.h
@@ -229,7 +229,7 @@ class DBMySQL : public Module
Me = this;
this->SetAuthor("Anope");
- this->SetVersion("$Id$");
+ this->SetVersion(VERSION_STRING);
this->SetType(DATABASE);
if (!LoadConfig())