Fix conditional issue in generator script.

Bump version.
This commit is contained in:
Mark VanderVoord
2021-01-26 08:59:27 -05:00
parent d8eb8414f4
commit 0b899aec14
2 changed files with 3 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
#define UNITY_VERSION_MAJOR 2
#define UNITY_VERSION_MINOR 5
#define UNITY_VERSION_BUILD 1
#define UNITY_VERSION_BUILD 2
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
#ifdef __cplusplus