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 7138fea commit d2de7c7Copy full SHA for d2de7c7
Changelog.txt
@@ -1,3 +1,6 @@
1
+Version 7.6.2
2
+- Added check for `NO_COLOR` environment variable (thanks to Ada)
3
+
4
Version 7.6.1
5
- Fixed looking up namespaced asm symbols from Spin code
6
- Made more jumps in hub be relative
version.h
@@ -6,8 +6,8 @@
7
#define VERSION_MAJOR 7
8
#define VERSION_MINOR 6
9
-#define VERSION_REV 1
10
-//#define BETA "-beta"
+#define VERSION_REV 2
+#define BETA "-beta"
11
12
#define VERSIONSTR version_string
13
0 commit comments