Version 1.00.06
This commit is contained in:
parent
bcba3569ed
commit
8650ac5695
3 changed files with 7 additions and 2 deletions
5
CHANGES
5
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)
|
||||
-----------------------------
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue