Skip to content

Commit

Permalink
Fix VERSION_FULL_CONFIG excess dot on 0
Browse files Browse the repository at this point in the history
(cherry picked from commit 0660491)
  • Loading branch information
Spartan322 committed Nov 8, 2024
1 parent e45de4f commit b557e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b557e26

Please sign in to comment.