diff --git a/help.txt b/help.txt index 610f298..7143c91 100644 --- a/help.txt +++ b/help.txt @@ -1,5 +1,5 @@ ' -' FastBasic - (c) 2017 dmsc +' FastBasic r2 - (c) 2017 dmsc ' ' Editor Help ' ----------- diff --git a/src/native.cc b/src/native.cc index 74ec0ab..8be4a9f 100644 --- a/src/native.cc +++ b/src/native.cc @@ -1239,7 +1239,7 @@ class peephole static int show_version() { - std::cerr << "FastBasic - (c) 2017 dmsc\n"; + std::cerr << "FastBasic r2 - (c) 2017 dmsc\n"; return 0; }