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 27f9df7 commit 158486fCopy full SHA for 158486f
Changelog.txt
@@ -1,4 +1,4 @@
1
-Version 7.1.3
+Version 7.2.0
2
- Add _[n] syntax for skipping assignments in Spin2
3
- Added TASKHLT pseudo-variable
4
- Fixed usage of sub-objects in Spin2
version.h
@@ -5,9 +5,9 @@
5
#define str_(x) str__(x)
6
7
#define VERSION_MAJOR 7
8
-#define VERSION_MINOR 1
9
-#define VERSION_REV 3
10
-#define BETA "-beta"
+#define VERSION_MINOR 2
+#define VERSION_REV 0
+//#define BETA "-beta"
11
12
#define VERSIONSTR version_string
13
0 commit comments