Version 1.02.00

This commit is contained in:
Gwenaël Delaval 2015-12-13 22:38:24 +01:00
parent 2c1717e99f
commit 4552f62872
3 changed files with 8 additions and 2 deletions

View file

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

View file

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

View file

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