Skip to content

Commit 5867efd

Browse files
committed
Prepare for minor release.
1 parent a0c5444 commit 5867efd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'
2-
' FastBasic v3 - (c) 2018 dmsc
2+
' FastBasic v3.1 - (c) 2018 dmsc
33
'
44
' Editor Help
55
' -----------

manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ prompt. This will load the IDE and
5050
present you with a little help text:
5151

5252
--D:HELP.TXT-------------------0--
53-
' FastBasic v3 - (c) 2018 dmsc
53+
' FastBasic v3.1 - (c) 2018 dmsc
5454
'
5555
' Editor Help
5656
' -----------

src/compiler/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static bool readLine(std::string &r, std::istream &is)
5454

5555
static int show_version()
5656
{
57-
std::cerr << "FastBasic v3 - (c) 2018 dmsc\n";
57+
std::cerr << "FastBasic v3.1 - (c) 2018 dmsc\n";
5858
return 0;
5959
}
6060

0 commit comments

Comments
 (0)