Version 1.00.05

This commit is contained in:
Gwenaël Delaval 2014-01-28 16:31:16 +01:00
parent 2d96b60c49
commit 9c4b3f3267
3 changed files with 6 additions and 2 deletions

View file

@ -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)
-----------------------------

View file

@ -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)

View file

@ -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 *)