mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-03 17:57:51 +00:00
bump version
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
||||
#include "cmock_internals.h"
|
||||
|
||||
#define CMOCK_VERSION_MAJOR 2
|
||||
#define CMOCK_VERSION_MINOR 5
|
||||
#define CMOCK_VERSION_BUILD 4
|
||||
#define CMOCK_VERSION_MINOR 6
|
||||
#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 */
|
||||
|
||||
Reference in New Issue
Block a user