We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee28fb6 commit a471286Copy full SHA for a471286
Changelog.txt
@@ -1,5 +1,7 @@
1
Version 6.2.3
2
+- Added strpbrk(), strcoll(), strspn() functions for the C library
3
- Fixed a potential crash in Spin2 parsing of @func()
4
+- Fixed taking the difference of a pointer and generic value
5
6
Version 6.2.2
7
- Fixed some 64 bit constant issues with DIR/OUT/IN manipulation
version.h
@@ -7,7 +7,7 @@
#define VERSION_MAJOR 6
8
#define VERSION_MINOR 2
9
#define VERSION_REV 3
10
-#define BETA "-beta"
+//#define BETA "-beta"
11
12
#define VERSIONSTR version_string
13
0 commit comments