mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
pull in latest unity. bump version
This commit is contained in:
+1
-7
@@ -5,12 +5,6 @@
|
|||||||
SPDX-License-Identifier: MIT
|
SPDX-License-Identifier: MIT
|
||||||
========================================================================= */
|
========================================================================= */
|
||||||
|
|
||||||
/* ==========================================
|
|
||||||
CMock Project - Automatic Mock Generation for C
|
|
||||||
Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
|
|
||||||
[Released under MIT License. Please refer to license.txt for details]
|
|
||||||
========================================== */
|
|
||||||
|
|
||||||
#ifndef CMOCK_FRAMEWORK_H
|
#ifndef CMOCK_FRAMEWORK_H
|
||||||
#define CMOCK_FRAMEWORK_H
|
#define CMOCK_FRAMEWORK_H
|
||||||
|
|
||||||
@@ -18,7 +12,7 @@
|
|||||||
|
|
||||||
#define CMOCK_VERSION_MAJOR 2
|
#define CMOCK_VERSION_MAJOR 2
|
||||||
#define CMOCK_VERSION_MINOR 6
|
#define CMOCK_VERSION_MINOR 6
|
||||||
#define CMOCK_VERSION_BUILD 1
|
#define CMOCK_VERSION_BUILD 3
|
||||||
#define CMOCK_VERSION ((CMOCK_VERSION_MAJOR << 16) | (CMOCK_VERSION_MINOR << 8) | CMOCK_VERSION_BUILD)
|
#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 */
|
/* should be big enough to index full range of CMOCK_MEM_MAX */
|
||||||
|
|||||||
Vendored
+1
-1
Submodule vendor/unity updated: d1fe18bd54...5e3a3db2f1
Reference in New Issue
Block a user