From 03fbc7d281f5039a97c851970dea3cd8cfaefd64 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 25 Jun 2010 20:00:21 -0400 Subject: Changed the versioning system to use git --- src/module.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/module.cpp') diff --git a/src/module.cpp b/src/module.cpp index 0556abc4e..7c83a7937 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -26,6 +26,8 @@ Module::Module(const std::string &mname, const std::string &creator) this->created = time(NULL); + this->SetVersion(Anope::Version()); + Modules.push_back(this); } -- cgit