Skip to content

Commit dc3ea0d

Browse files
committed
Update changelog and version number
1 parent 958437c commit dc3ea0d

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
@@ -5,6 +5,7 @@ Version 7.1.0
55
- Added DITTO to duplicate code/data in Spin2 assembly
66
- Added some of the upcoming Spin2 v51 float functions
77
- Added %namesp feature for DAT namespaces
8+
- Made it possible to add `: structname` to method pointer usage in Spin2
89
- Many internal changes to support DITTO and future assembly work
910
- Updated -gbrk debug code (thanks Ada)
1011
- Use cluster size for stat() st_blksize on FAT32

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 1
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)