Version 1.00.02

Added CHANGES file
This commit is contained in:
Gwenaël Delaval 2013-10-29 19:03:31 +01:00
parent 13d616c930
commit 5b98f9cdf6
3 changed files with 12 additions and 2 deletions

10
CHANGES Normal file
View file

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

View file

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

View file

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