Skip to content

Commit

Permalink
Prepare for minor release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Feb 22, 2018
1 parent a0c5444 commit 5867efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion help.txt
@@ -1,5 +1,5 @@
'
' FastBasic v3 - (c) 2018 dmsc
' FastBasic v3.1 - (c) 2018 dmsc
'
' Editor Help
' -----------
Expand Down
2 changes: 1 addition & 1 deletion manual.md
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 - (c) 2018 dmsc
' FastBasic v3.1 - (c) 2018 dmsc
'
' Editor Help
' -----------
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/main.cc
Expand Up @@ -54,7 +54,7 @@ static bool readLine(std::string &r, std::istream &is)

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

Expand Down

0 comments on commit 5867efd

Please sign in to comment.