We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd80d51 commit cf949f4Copy full SHA for cf949f4
src/unity.h
@@ -10,7 +10,7 @@
10
11
#define UNITY_VERSION_MAJOR 2
12
#define UNITY_VERSION_MINOR 5
13
-#define UNITY_VERSION_BUILD 0
+#define UNITY_VERSION_BUILD 1
14
#define UNITY_VERSION ((UNITY_VERSION_MAJOR << 16) | (UNITY_VERSION_MINOR << 8) | UNITY_VERSION_BUILD)
15
16
#ifdef __cplusplus
0 commit comments