Pull in PR #553.

Bump release.
This commit is contained in:
Mark VanderVoord
2023-02-06 14:49:29 -05:00
parent 43a3256747
commit 278b8dd3e2
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
#define UNITY
#define UNITY_VERSION_MAJOR 2
#define UNITY_VERSION_MINOR 5
#define UNITY_VERSION_BUILD 4
#define UNITY_VERSION_MINOR 6
#define UNITY_VERSION_BUILD 0
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
#ifdef __cplusplus