Bump version in preparation for next release

This commit is contained in:
Mark VanderVoord
2026-08-25 10:08:43 -04:00
parent 3b3dfe1f24
commit 2b67b99a4a
+1 -1
View File
@@ -11,7 +11,7 @@
#define UNITY_VERSION_MAJOR 2
#define UNITY_VERSION_MINOR 7
#define UNITY_VERSION_BUILD 1
#define UNITY_VERSION_BUILD 2
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
#ifdef __cplusplus