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:
+1
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user