From b8d85c62517da91cf49428a419eca10cf82682f2 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 2 Sep 2016 19:43:53 +0100 Subject: Update stuff for the new versioning system. --- include/modules.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 02460a38e..5deed943a 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1277,7 +1277,7 @@ struct AllModuleList { } \ return TRUE; \ } \ - extern "C" DllExport const char inspircd_src_version[] = INSPIRCD_VERSION " " INSPIRCD_REVISION; + extern "C" DllExport const char inspircd_src_version[] = INSPIRCD_VERSION; #else @@ -1286,7 +1286,7 @@ struct AllModuleList { { \ return new y; \ } \ - extern "C" DllExport const char inspircd_src_version[] = INSPIRCD_VERSION " " INSPIRCD_REVISION; + extern "C" DllExport const char inspircd_src_version[] = INSPIRCD_VERSION; #endif #define COMMAND_INIT(c) MODULE_INIT(CommandModule) -- cgit v1.3.1-10-gc9f91