From 9c4b3f326790cc9265acdc682a2ed0f23c1e71fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwena=C3=ABl=20Delaval?= Date: Tue, 28 Jan 2014 16:31:16 +0100 Subject: [PATCH] Version 1.00.05 --- CHANGES | 4 ++++ Makefile-distrib | 2 +- compiler/utilities/global/compiler_options.ml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 56ba9ef..d39f7f5 100644 --- a/CHANGES +++ b/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) ----------------------------- diff --git a/Makefile-distrib b/Makefile-distrib index 7c78be6..b6bef16 100644 --- a/Makefile-distrib +++ b/Makefile-distrib @@ -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) diff --git a/compiler/utilities/global/compiler_options.ml b/compiler/utilities/global/compiler_options.ml index 751d84d..be3f969 100644 --- a/compiler/utilities/global/compiler_options.ml +++ b/compiler/utilities/global/compiler_options.ml @@ -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 *)