Bump Version

This commit is contained in:
Mark VanderVoord
2020-05-03 16:03:07 -04:00
committed by GitHub
parent fd80d514ee
commit cf949f45ca

View File

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