Version 1.03.01
This commit is contained in:
parent
f34031dbda
commit
5e277fcc8a
3 changed files with 15 additions and 2 deletions
13
CHANGES
13
CHANGES
|
@ -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…
Reference in a new issue