Skip to content

Commit

Permalink
Merge pull request #848 from Spartan322/4.3-fix/version-h
Browse files Browse the repository at this point in the history
[4.3] Fix `VERSION_FULL_CONFIG` excess dot on 0
  • Loading branch information
Spartan322 authored Nov 8, 2024
2 parents d943701 + 0660491 commit f3096f2
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 f3096f2

Please sign in to comment.