Skip to content

Commit a471286

Browse files
committed
Updated docs
1 parent ee28fb6 commit a471286

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Version 6.2.3
2+
- Added strpbrk(), strcoll(), strspn() functions for the C library
23
- Fixed a potential crash in Spin2 parsing of @func()
4+
- Fixed taking the difference of a pointer and generic value
35

46
Version 6.2.2
57
- Fixed some 64 bit constant issues with DIR/OUT/IN manipulation

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define VERSION_MAJOR 6
88
#define VERSION_MINOR 2
99
#define VERSION_REV 3
10-
#define BETA "-beta"
10+
//#define BETA "-beta"
1111

1212
#define VERSIONSTR version_string
1313

0 commit comments

Comments
 (0)