1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-29 04:41:30 +00:00

Version 0.3.4

This commit is contained in:
Karol Stasiak 2019-07-01 00:33:28 +02:00
parent 1e4b5acfba
commit 34b9075573
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change log
## Current version
## 0.3.4
* Preliminary experimental Game Boy support.

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.2).
(latest: 0.3.4).
For build instructions, see [Build instructions](./COMPILING.md).
## Features

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.3-SNAPSHOT"
version := "0.3.4"
scalaVersion := "2.12.8"