Skip to content

Commit 2844f8c

Browse files
committed
Update documentation and version
1 parent 43466d8 commit 2844f8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Version 6.3.0
33
provides another way for top level objects to control sub-objects' behavior.
44
- Added freopen(), tmpfile(), mktemp(), and some other stdio functions
55
- Added some missing math functions
6+
- Cleaned up PSRAM access methods and made them more consistent
67
- Correctly handled casts to void in nucode output
78
- Fixed some problems with sizeof() used to declare local variables
89
- Fixed incorrect multiple casting of union initialization

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 3
99
#define VERSION_REV 0
10-
#define BETA "-beta"
10+
//#define BETA "-beta"
1111

1212
#define VERSIONSTR version_string
1313

0 commit comments

Comments
 (0)