Version 1.03.02
This commit is contained in:
parent
9456322f8c
commit
5b215f832b
3 changed files with 9 additions and 3 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
|||
Heptagon 1.03.02 (08/02/2017)
|
||||
-----------------------------
|
||||
|
||||
- Added operator '=>' (logical implication)
|
||||
- Systematic sink state in Ctrl-n backend, outputs as local variables
|
||||
|
||||
Heptagon 1.03.01 (02/06/2016)
|
||||
-----------------------------
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
include config
|
||||
|
||||
#version = $(shell date +"%d%m%y")
|
||||
version = 1.03.01
|
||||
version = 1.03.02
|
||||
osname=$(shell uname -s)
|
||||
hardware=$(shell uname -m)
|
||||
heptdir = heptagon-$(version)
|
||||
|
@ -23,7 +23,7 @@ binary-distrib:
|
|||
cp -r examples export/$(heptbindir)
|
||||
# tests
|
||||
mkdir -p export/$(heptbindir)/test
|
||||
cp -r test/bad test/good test/image_filters test/scripts test/CTestTestfile.cmake export/$(heptbindir)/test
|
||||
cp -r test/bad test/good test/sdc test/image_filters test/scripts test/CTestTestfile.cmake export/$(heptbindir)/test
|
||||
# manual
|
||||
mkdir -p export/$(heptbindir)/manual
|
||||
cp manual/heptagon-manual.pdf manual/heptreax-manual.pdf export/$(heptbindir)/manual
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
open Names
|
||||
|
||||
(* version of the compiler *)
|
||||
let version = "1.03.01"
|
||||
let version = "1.03.02"
|
||||
let date = "DATE"
|
||||
|
||||
(* standard module *)
|
||||
|
|
Loading…
Reference in a new issue