From 8650ac5695a4bb8681067f90146bc8b4f031c743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwena=C3=ABl=20Delaval?= Date: Fri, 21 Feb 2014 18:12:07 +0100 Subject: [PATCH] Version 1.00.06 --- CHANGES | 5 +++++ Makefile-distrib | 2 +- compiler/utilities/global/compiler_options.ml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index d39f7f5..c680626 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Heptagon 1.00.06 (21/02/2014) +----------------------------- + + - allowed abstractions (non-inlined subnodes calls) in contracts + Heptagon 1.00.05 (28/01/2014) ----------------------------- diff --git a/Makefile-distrib b/Makefile-distrib index b6bef16..bb0b9f6 100644 --- a/Makefile-distrib +++ b/Makefile-distrib @@ -2,7 +2,7 @@ include config #version = $(shell date +"%d%m%y") -version = 1.00.05 +version = 1.00.06 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 be3f969..dbd5536 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.05" +let version = "1.00.06" let date = "DATE" (* standard module *)