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/protocol/unreal32.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/protocol/unreal32.cpp') diff --git a/src/protocol/unreal32.cpp b/src/protocol/unreal32.cpp index 65ee9d3e2..99a156f00 100644 --- a/src/protocol/unreal32.cpp +++ b/src/protocol/unreal32.cpp @@ -1319,7 +1319,6 @@ class ProtoUnreal : public Module ProtoUnreal(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(PROTOCOL); pmodule_ircd_version("UnrealIRCd 3.2+"); -- cgit