Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
totalspectrum committed Mar 24, 2024
1 parent 5b62cb0 commit a5fa67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Expand Up @@ -7,7 +7,7 @@ Version 6.9.0
- Fixed sizeof() for boolean types
- Fixed incorrect test for 16 bit multiplies on P2
- Fixed a problem with CASE statements in Spin (thanks again, Ada!)
- Updated SD card code to work better and in more configurations (thanks to Evan)
- Updated SD card code to work better and in more configurations (thanks to Evan and Ada)

Version 6.8.1
- Fixed using new keywords like `bytes` in parameters with default values
Expand Down
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -7,7 +7,7 @@
#define VERSION_MAJOR 6
#define VERSION_MINOR 9
#define VERSION_REV 0
#define BETA "-beta"
//#define BETA "-beta"

#define VERSIONSTR version_string

Expand Down

0 comments on commit a5fa67f

Please sign in to comment.