diff --git a/release/build.info b/release/build.info deleted file mode 100644 index 56d5912..0000000 --- a/release/build.info +++ /dev/null @@ -1,2 +0,0 @@ -122 - diff --git a/release/version.info b/release/version.info deleted file mode 100644 index b203114..0000000 --- a/release/version.info +++ /dev/null @@ -1,2 +0,0 @@ -2.4.4 - diff --git a/src/unity.h b/src/unity.h index 3209b9f..d1f8a1b 100644 --- a/src/unity.h +++ b/src/unity.h @@ -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" {