mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-24 03:59:56 +00:00
Switching to universal version being in the header file itself.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
217
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
2.4.7
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user