aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Peter Powell2016-09-02 19:43:53 +0100
committerGravatar Attila Molnar2016-09-02 22:13:22 +0200
commitb8d85c62517da91cf49428a419eca10cf82682f2 (patch)
treea3333756ed759aa1bed0b1362607f422cfe47f73 /include
parentBump version to 3.0 in comments and messages (diff)
Update stuff for the new versioning system.
Diffstat (limited to 'include')
-rw-r--r--include/modules.h4
1 files changed, 2 insertions, 2 deletions
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<c>)