Bump Version

This commit is contained in:
Mark VanderVoord
2020-05-03 16:10:55 -04:00
committed by GitHub
parent 6259630f00
commit 7ec556d209
+1 -1
View File
@@ -11,7 +11,7 @@
#define CMOCK_VERSION_MAJOR 2
#define CMOCK_VERSION_MINOR 5
#define CMOCK_VERSION_BUILD 1
#define CMOCK_VERSION_BUILD 2
#define CMOCK_VERSION ((CMOCK_VERSION_MAJOR << 16) | (CMOCK_VERSION_MINOR << 8) | CMOCK_VERSION_BUILD)
/* should be big enough to index full range of CMOCK_MEM_MAX */