diff --git a/README.md b/README.md index 80a7bac..5a1495a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ language inspired by YSL-C3 and Forth ## Supported targets - x86 real mode (complete) -- YETI-16 Mk2 (in progress) - x86_64 Linux (complete) ## Build diff --git a/source/app.d b/source/app.d index 269378f..62be8d0 100644 --- a/source/app.d +++ b/source/app.d @@ -148,7 +148,7 @@ int main(string[] args) { break; } case "--version": { - writeln("Callisto compiler beta 0.4.1"); + writeln("Callisto compiler beta 0.5.0"); return 0; } case "-a": {