Version 1.02.00

master
Gwenaël Delaval 9 years ago
parent 2c1717e99f
commit 4552f62872

@ -1,3 +1,9 @@
Heptagon 1.02.00 (13/12/2015)
-----------------------------
- syntax for attractivity and reachability in contracts
- option to force abstraction of infinite-domain state variables (ctrl-n)
Heptagon 1.01.00 (17/09/2015)
-----------------------------

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

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

Loading…
Cancel
Save