Version 1.03.04
This commit is contained in:
parent
b942f456ed
commit
4274b21733
3 changed files with 12 additions and 2 deletions
10
CHANGES
10
CHANGES
|
@ -1,3 +1,13 @@
|
|||
Heptagon 1.03.04 (24/05/2017)
|
||||
-----------------------------
|
||||
|
||||
- Bug correction in init analysis (bug #14076)
|
||||
- Bug correction in causality analysis: contradictory dependencies
|
||||
in states of automata were accepted, non schedulable equations generated
|
||||
- optimization on several passes
|
||||
- added -simple-scheduler option, triggering very simple, time-efficient
|
||||
scheduling
|
||||
|
||||
Heptagon 1.03.03 (14/03/2017)
|
||||
-----------------------------
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
include config
|
||||
|
||||
#version = $(shell date +"%d%m%y")
|
||||
version = 1.03.03
|
||||
version = 1.03.04
|
||||
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.03"
|
||||
let version = "1.03.04"
|
||||
let date = "DATE"
|
||||
|
||||
(* standard module *)
|
||||
|
|
Loading…
Reference in a new issue