pull in latest unity. bump version

This commit is contained in:
Mark VanderVoord
2026-03-20 20:17:33 -04:00
parent ecd7e7154c
commit 9900e4c5f5
2 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -5,12 +5,6 @@
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
#define CMOCK_FRAMEWORK_H
@@ -18,7 +12,7 @@
#define CMOCK_VERSION_MAJOR 2
#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)
/* should be big enough to index full range of CMOCK_MEM_MAX */
+1 -1