Skip to content

Commit

Permalink
Обновлена стабильная версия (3.0)
Browse files Browse the repository at this point in the history
close #69
fixed #243
fixed #262
close #58
fixed #245
close #258
close #240
fixed #263
close #254
  • Loading branch information
Mazdaywik committed Apr 16, 2020
1 parent 69fad40 commit 087c7ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion distrib
Submodule distrib updated 207 files
2 changes: 1 addition & 1 deletion docs/setup.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
(
VERSION=2.6
VERSION=3.0

echo $(date): "*** Installing Refal-5λ $VERSION ***" | cat
echo $(date): 'Prepare directory ~/.local/share/refal-5-lambda' | cat
Expand Down
2 changes: 1 addition & 1 deletion src/common/Version.ref
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ENTRY PrintVersion {
e.Product
= <Prout e.Product ', a part of Refal-5-lambda compiler toolkit, version 2.6'>
= <Prout e.Product ', a part of Refal-5-lambda compiler toolkit, version 3.0'>
<Prout 'Copyright (c) 2008-2016, Alexander Konovalov, 2016-2020, BMSTU IU9 Department'>
<Prout 'All rights reserved.\n'>;
}
2 changes: 1 addition & 1 deletion src/interpreter/main.ref
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $EXTERN Module-Load, Module-LookupFunction, Module-Unload;
static void version(FILE *output) {
fprintf(
output,
"rlgo, a part of Refal-5-lambda compiler toolkit, version 2.6\n"
"rlgo, a part of Refal-5-lambda compiler toolkit, version 3.0\n"
"Copyright (c) 2008-2016, Alexander Konovalov, "
"2016-2020, BMSTU IU9 Department\n"
"All rights reserved.\n\n"
Expand Down

0 comments on commit 087c7ef

Please sign in to comment.