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

Version 0.3.8

This commit is contained in:
Karol Stasiak 2019-09-21 23:05:13 +02:00
parent 3218070386
commit d08d81724b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change log
## Current version
## 0.3.8
* `sizeof` now supports arrays.

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](https://github.com/KarolS/millfork/releases)
(latest: 0.3.6).
(latest: 0.3.8).
For build instructions, see [Build instructions](./COMPILING.md).
## Features

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.7-SNAPSHOT"
version := "0.3.8"
scalaVersion := "2.12.8"