Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Nov 12, 2019
1 parent 968d3f6 commit 543c230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmock.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define CMOCK_VERSION_MAJOR 2
#define CMOCK_VERSION_MINOR 5
#define CMOCK_VERSION_BUILD 0
#define CMOCK_VERSION_BUILD 1
#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
Expand Down

0 comments on commit 543c230

Please sign in to comment.