Skip to content

Commit

Permalink
Prepare for release 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Jun 8, 2018
1 parent 4e712ed commit 3b765c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion help.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'
' FastBasic v3.4 - (c) 2018 dmsc
' FastBasic v3.5 - (c) 2018 dmsc
'
' Editor Help
' -----------
Expand Down
2 changes: 1 addition & 1 deletion manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ prompt. This will load the IDE and
present you with a little help text:

--D:HELP.TXT-------------------0--
' FastBasic v3.4 - (c) 2018 dmsc
' FastBasic v3.5 - (c) 2018 dmsc
'
' Editor Help
' -----------
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static bool readLine(std::string &r, std::istream &is)

static int show_version()
{
std::cerr << "FastBasic v3.4 - (c) 2018 dmsc\n";
std::cerr << "FastBasic v3.5 - (c) 2018 dmsc\n";
return 0;
}

Expand Down

0 comments on commit 3b765c5

Please sign in to comment.