Version 1.00.02

Added CHANGES file
master
Gwenaël Delaval 11 years ago
parent 13d616c930
commit 5b98f9cdf6

@ -0,0 +1,10 @@
Heptagon 1.00.02 (29/10/2013)
-----------------------------
- scrollbars in graphical simulator hepts
Heptagon 1.00.01 (05/08/2013)
-----------------------------
- bug fix : abstraction of integer in Sigali code generation

@ -2,7 +2,7 @@
include config
#version = $(shell date +"%d%m%y")
version = 1.00.01
version = 1.00.02
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.01"
let version = "1.00.02"
let date = "DATE"
(* standard module *)

Loading…
Cancel
Save