1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Switching to universal version being in the header file itself.

This commit is contained in:
Mark VanderVoord
2019-10-21 10:12:59 -04:00
parent 77008edca9
commit 9842a4d03d
3 changed files with 5 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
122

View File

@@ -1,2 +0,0 @@
2.4.4

View File

@@ -8,6 +8,11 @@
#define UNITY_FRAMEWORK_H
#define UNITY
#define UNITY_VERSION_MAJOR 2
#define UNITY_VERSION_MINOR 5
#define UNITY_VERSION_BUILD 0
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
#ifdef __cplusplus
extern "C"
{