Switching to universal version being in the header file itself.

This commit is contained in:
Mark VanderVoord
2019-10-21 10:13:19 -04:00
parent bc8e20e88d
commit b90706424a
3 changed files with 5 additions and 4 deletions
-2
View File
@@ -1,2 +0,0 @@
217
-2
View File
@@ -1,2 +0,0 @@
2.4.7
+5
View File
@@ -9,6 +9,11 @@
#include "cmock_internals.h"
#define CMOCK_VERSION_MAJOR 2
#define CMOCK_VERSION_MINOR 5
#define CMOCK_VERSION_BUILD 0
#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
#ifndef CMOCK_MEM_INDEX_TYPE
#define CMOCK_MEM_INDEX_TYPE unsigned int