1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00

Version 0.3.24

This commit is contained in:
Karol Stasiak 2020-12-02 00:54:52 +01:00
parent 90a9538936
commit 181332e238
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change log
## Current version
## 0.3.24 (2020-12-02)
* Preliminary support for TRS-80 Model 1 and 3 running TRS-DOS.

View File

@ -5,7 +5,7 @@
A middle-level programming language targeting 6502-based, 8080-based, Z80-based and 6809-based microcomputers.
For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases)
(latest: 0.3.22).
(latest: 0.3.24).
For build instructions, see [Build instructions](./COMPILING.md).
## Features

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.23-SNAPSHOT"
version := "0.3.24"
scalaVersion := "2.12.11"