1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-09 16:29:34 +00:00

Version 0.3.2

This commit is contained in:
Karol Stasiak 2018-12-28 19:14:30 +01:00
parent 0dc16e9af2
commit 57ada60435
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change log
## Current version
## 0.3.2
* Almost complete support for the Zilog Z80, Intel 8080 and Sharp LR35902 microprocessors.

View File

@ -5,7 +5,7 @@
A middle-level programming language targeting 6502-based, 8080-based and Z80-based microcomputers.
For binary releases, see: https://github.com/KarolS/millfork/releases
(latest: 0.3.0, only for 6502)
(latest: 0.3.2)
## Features

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.1-SNAPSHOT"
version := "0.3.2"
scalaVersion := "2.12.3"