bump version

This commit is contained in:
Mark VanderVoord
2026-03-20 20:08:39 -04:00
parent d3d348fe51
commit 5e3a3db2f1
+1 -1
View File
@@ -11,7 +11,7 @@
#define UNITY_VERSION_MAJOR 2 #define UNITY_VERSION_MAJOR 2
#define UNITY_VERSION_MINOR 6 #define UNITY_VERSION_MINOR 6
#define UNITY_VERSION_BUILD 2 #define UNITY_VERSION_BUILD 3
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD) #define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
#ifdef __cplusplus #ifdef __cplusplus