diff options
author | Adam <Adam@anope.org> | 2015-02-03 19:38:23 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-02-03 19:38:23 -0500 |
commit | 64ca357b136bc190e5fec32269b34b85bf9cf610 (patch) | |
tree | 02ee31c5caef0eec017dd51f0a6bec577fadf1fa /src/misc.cpp | |
parent | dc5039e994a9bcbc0a59591296a753659095fd5b (diff) |
Make module version system work
Diffstat (limited to 'src/misc.cpp')
-rw-r--r-- | src/misc.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/misc.cpp b/src/misc.cpp index 57314c53b..a6addbc3f 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -11,7 +11,7 @@ */ #include "services.h" -#include "version.h" +#include "build.h" #include "modules.h" #include "lists.h" #include "config.h" @@ -617,11 +617,6 @@ const Anope::string Anope::LastError() #endif } -ModuleVersion Module::GetVersion() const -{ - return ModuleVersion(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH); -} - Anope::string Anope::Version() { #ifdef VERSION_GIT |