Merge branch 'decade' into ctrl-n

This commit is contained in:
Nicolas Berthier 2013-11-20 08:53:00 +01:00
commit 808b9772f3
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
include config
#version = $(shell date +"%d%m%y")
version = 1.00.02
version = 1.00.03
osname=$(shell uname -s)
hardware=$(shell uname -m)
heptdir = heptagon-$(version)

View file

@ -54,7 +54,7 @@ let gather_extvalues_node nd =
let env = add_l (add_l (add_l Env.empty nd.n_output) nd.n_local) nd.n_input in
match nd.n_contract with
| None -> env
| Some c -> add_l env c.c_controllables
| Some c -> add_l (add_l env c.c_controllables) c.c_local
in
(* Check for implicit cast from linear to non-linear type *)

View file

@ -32,7 +32,7 @@
open Names
(* version of the compiler *)
let version = "1.00.02"
let version = "1.00.03"
let date = "DATE"
(* standard module *)