Version 1.00.06

This commit is contained in:
Gwenaël Delaval 2014-02-21 18:12:07 +01:00
parent bcba3569ed
commit 8650ac5695
3 changed files with 7 additions and 2 deletions

View file

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

View file

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

View file

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