Skip to content

Commit af97be5

Browse files
committed
Updated docs
1 parent 9d06375 commit af97be5

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
@@ -4,6 +4,7 @@ Version 7.0.0
44
- Added some of the v44 Spin2 builtin methods like byteswap
55
- Cleaned up the Spin parser to enable direct access to struct/obj members
66
- Fixed long relative branches (tjz, djnz, etc.)
7+
- Fixed incorrect handling of simple for loops with unsigned variables
78
- Only use the stack for variables whose address is actually taken (thanks to Ada for this!)
89

910
Version 6.9.10

version.h

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

1212
#define VERSIONSTR version_string
1313

0 commit comments

Comments
 (0)