From 6e0c02514fc669734861fd00548a4be143473a17 Mon Sep 17 00:00:00 2001 From: MESYETI Date: Sat, 1 Jun 2024 18:56:25 +0100 Subject: [PATCH] version 0.5.0 --- README.md | 1 - source/app.d | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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": {