bump version

This commit is contained in:
Mark VanderVoord
2023-02-06 16:13:29 -05:00
parent cde38e4752
commit 0b28344d23
+2 -2
View File
@@ -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 */