Version 1.00.05
This commit is contained in:
parent
2d96b60c49
commit
9c4b3f3267
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
Heptagon 1.00.05 (28/01/2014)
|
||||
-----------------------------
|
||||
|
||||
- bug fix: correct handling of nodes with contracts inside automata and switches
|
||||
|
||||
Heptagon 1.00.04 (14/01/2014)
|
||||
-----------------------------
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
include config
|
||||
|
||||
#version = $(shell date +"%d%m%y")
|
||||
version = 1.00.04
|
||||
version = 1.00.05
|
||||
osname=$(shell uname -s)
|
||||
hardware=$(shell uname -m)
|
||||
heptdir = heptagon-$(version)
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
open Names
|
||||
|
||||
(* version of the compiler *)
|
||||
let version = "1.00.04"
|
||||
let version = "1.00.05"
|
||||
let date = "DATE"
|
||||
|
||||
(* standard module *)
|
||||
|
|
Loading…
Reference in a new issue