File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Version 6.1.6
7
7
- Improved some error messages
8
8
- In C++ output, treat unknown types in prints as generic
9
9
- Made `interface` and `implements` reserved keywords in BASIC
10
+ - Made BASIC use of + operator on strings more consistent
10
11
- Optimized a few BASIC string expressions
11
12
- Optimized calculating length of string literals
12
- - Revised BASIC use of + operator on strings
13
13
14
14
Version 6.1.5
15
15
- Added warning about deleting unused user CORDIC instructions
Original file line number Diff line number Diff line change 6
6
7
7
#define VERSION_MAJOR 6
8
8
#define VERSION_MINOR 1
9
- #define VERSION_REV 6
10
- // #define BETA "-beta"
9
+ #define VERSION_REV 7
10
+ #define BETA "-beta"
11
11
12
12
#define VERSIONSTR version_string
13
13
You can’t perform that action at this time.
0 commit comments