Version 1.03.01

master
Gwenaël Delaval 8 years ago
parent f34031dbda
commit 5e277fcc8a

@ -1,3 +1,16 @@
Heptagon 1.03.01 (02/06/2016)
-----------------------------
- Correct typing of numericals when translating Controllable-Nbac nodes
- Handling of several controllers by module and correct modular controller synthesis
- Correction of Java target with controllers
Heptagon 1.03.00 (18/01/2016)
-----------------------------
- -deadcode option, improvement of deadcode removal
- graphical simulator handles type aliasing
Heptagon 1.02.00 (13/12/2015)
-----------------------------

@ -2,7 +2,7 @@
include config
#version = $(shell date +"%d%m%y")
version = 1.03.00
version = 1.03.01
osname=$(shell uname -s)
hardware=$(shell uname -m)
heptdir = heptagon-$(version)

@ -32,7 +32,7 @@
open Names
(* version of the compiler *)
let version = "1.03.00"
let version = "1.03.01"
let date = "DATE"
(* standard module *)

Loading…
Cancel
Save