summaryrefslogtreecommitdiffstats
path: root/core/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/version.h')
-rw-r--r--core/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version.h b/core/version.h
index 218796da1f..10d7f34fe4 100644
--- a/core/version.h
+++ b/core/version.h
@@ -68,7 +68,7 @@
// the status (beta, stable, etc.) and potential module-specific features (e.g. mono).
// Example: "3.1.4.stable.mono"
#if VERSION_STATUS_VERSION == 0
-#define VERSION_FULL_CONFIG VERSION_NUMBER "." VERSION_STATUS "." VERSION_MODULE_CONFIG
+#define VERSION_FULL_CONFIG VERSION_NUMBER "." VERSION_STATUS VERSION_MODULE_CONFIG
#else
#define VERSION_FULL_CONFIG VERSION_NUMBER "." VERSION_STATUS "." _MKSTR(VERSION_STATUS_VERSION) VERSION_MODULE_CONFIG
#endif