diff options
author | Adam <Adam@anope.org> | 2010-06-18 18:39:30 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 18:39:30 -0400 |
commit | c4b725b2e1a173c5238160389f6176f4be077221 (patch) | |
tree | 8a1eb7ca4c5308514cb7d9be12dbb464c62f7b8c /src/modules/mysql/db_mysql.h | |
parent | 428d930e2b39c250d679a5ccf4a24d5a8816f3ef (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.h | 2 |
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()) |