Version 1.00.02
Added CHANGES file
This commit is contained in:
parent
13d616c930
commit
5b98f9cdf6
3 changed files with 12 additions and 2 deletions
10
CHANGES
Normal file
10
CHANGES
Normal 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
|
|
@ -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…
Reference in a new issue