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 b9b3084 commit fd03930Copy full SHA for fd03930
Changelog.txt
@@ -1,4 +1,5 @@
1
Version 6.5.3
2
+- Fixed an incorrect relocation check that caused spurious internal errors
3
- Implemented NAN() method for Spin2
4
- Implemented rename for host (9P) file system
5
- Improved error message for objects that are not found
version.h
@@ -7,7 +7,7 @@
7
#define VERSION_MAJOR 6
8
#define VERSION_MINOR 5
9
#define VERSION_REV 3
10
-#define BETA "-beta"
+//#define BETA "-beta"
11
12
#define VERSIONSTR version_string
13
0 commit comments