Skip to content

Commit b68d02c

Browse files
committed
Prepare for release 3.4
1 parent 374ae4d commit b68d02c

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.3 - (c) 2018 dmsc
2+
' FastBasic v3.4 - (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.3 - (c) 2018 dmsc
53+
' FastBasic v3.4 - (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
@@ -93,7 +93,7 @@ static bool readLine(std::string &r, std::istream &is)
9393

9494
static int show_version()
9595
{
96-
std::cerr << "FastBasic v3.3 - (c) 2018 dmsc\n";
96+
std::cerr << "FastBasic v3.4 - (c) 2018 dmsc\n";
9797
return 0;
9898
}
9999

0 commit comments

Comments
 (0)