Skip to content

Commit 6e0c025

Browse files
committed
version 0.5.0
1 parent 4ac56c6 commit 6e0c025

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language inspired by YSL-C3 and Forth
44

55
## Supported targets
66
- x86 real mode (complete)
7-
- YETI-16 Mk2 (in progress)
87
- x86_64 Linux (complete)
98

109
## Build

source/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ int main(string[] args) {
148148
break;
149149
}
150150
case "--version": {
151-
writeln("Callisto compiler beta 0.4.1");
151+
writeln("Callisto compiler beta 0.5.0");
152152
return 0;
153153
}
154154
case "-a": {

0 commit comments

Comments
 (0)