1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:16:38 +02:00

Make module version system work

This commit is contained in:
Adam
2015-02-03 19:38:23 -05:00
parent dc5039e994
commit 64ca357b13
6 changed files with 166 additions and 79 deletions
+1 -6
View File
@@ -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