Version 1.00.06

master
Gwenaël Delaval 10 years ago
parent bcba3569ed
commit 8650ac5695

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

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

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

Loading…
Cancel
Save