Skip to content

Commit

Permalink
Release 1.3 version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan committed Aug 6, 2022
1 parent abe854a commit b178992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TinybasicArduino/basic.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ const signed char tokens[] PROGMEM = {

const char mfile[] PROGMEM = "file.bas";
const char mprompt[] PROGMEM = "> ";
const char mgreet[] PROGMEM = "Stefan's Basic 1.3b";
const char mgreet[] PROGMEM = "Stefan's Basic 1.3";
const char mline[] PROGMEM = "LINE";
const char mnumber[] PROGMEM = "NUMBER";
const char mvariable[] PROGMEM = "VARIABLE";
Expand Down
2 changes: 1 addition & 1 deletion basic.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ const signed char tokens[] PROGMEM = {

const char mfile[] PROGMEM = "file.bas";
const char mprompt[] PROGMEM = "> ";
const char mgreet[] PROGMEM = "Stefan's Basic 1.3b";
const char mgreet[] PROGMEM = "Stefan's Basic 1.3";
const char mline[] PROGMEM = "LINE";
const char mnumber[] PROGMEM = "NUMBER";
const char mvariable[] PROGMEM = "VARIABLE";
Expand Down

0 comments on commit b178992

Please sign in to comment.