summaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-10-27 18:57:37 -0400
committerAdam <Adam@anope.org>2015-10-27 18:58:48 -0400
commit64dac60071fab652745a6e7a06cf6b7bdbbd3625 (patch)
treef8f30161150451672b381f6370a8fdcab654bbb8 /src/misc.cpp
parent162fdbe5815bbdf187f549fefac94ff476d72e62 (diff)
parent830361e97d03c74e54cb1cf1bbf329dffdeb66f7 (diff)
Merge branch '2.0' into 2.1
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 27be43a96..436ac2261 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"
@@ -587,11 +587,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