mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-22 11:09:57 +00:00
Switching to universal version being in the header file itself.
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
122
|
|
||||||
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
2.4.4
|
|
||||||
|
|
||||||
@@ -8,6 +8,11 @@
|
|||||||
#define UNITY_FRAMEWORK_H
|
#define UNITY_FRAMEWORK_H
|
||||||
#define UNITY
|
#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
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user