Skip to content

Commit 97e3c2a

Browse files
updating version to 1.7 as HP is now working
1 parent c479317 commit 97e3c2a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/VERSIONS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ Version 1.6.2 - 2 January 2023
5050
Version 1.6.3 - 2 January 2023
5151

5252
- fix SEG, which uses start and end positions, not a length
53+
54+
Version 1.7.0 - 30 May 2023
55+
56+
- initial support for string slicing dialects like HP and Atari, use -s flag
57+
- added missing comparison operators for strings, <, >, <=, >=

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/* simple version info for --version command line option */
2828
static void print_version()
2929
{
30-
puts("RetroBASIC 1.6");
30+
puts("RetroBASIC 1.7");
3131
}
3232

3333
/* usage short form, just a list of the switches */

0 commit comments

Comments
 (0)