Skip to content

Commit 9900e4c

Browse files
committed
pull in latest unity. bump version
1 parent ecd7e71 commit 9900e4c

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/cmock.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@
55
SPDX-License-Identifier: MIT
66
========================================================================= */
77

8-
/* ==========================================
9-
CMock Project - Automatic Mock Generation for C
10-
Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
11-
[Released under MIT License. Please refer to license.txt for details]
12-
========================================== */
13-
148
#ifndef CMOCK_FRAMEWORK_H
159
#define CMOCK_FRAMEWORK_H
1610

1711
#include "cmock_internals.h"
1812

1913
#define CMOCK_VERSION_MAJOR 2
2014
#define CMOCK_VERSION_MINOR 6
21-
#define CMOCK_VERSION_BUILD 1
15+
#define CMOCK_VERSION_BUILD 3
2216
#define CMOCK_VERSION ((CMOCK_VERSION_MAJOR << 16) | (CMOCK_VERSION_MINOR << 8) | CMOCK_VERSION_BUILD)
2317

2418
/* should be big enough to index full range of CMOCK_MEM_MAX */

0 commit comments

Comments
 (0)