Version 1.01.00
This commit is contained in:
parent
9b75408f23
commit
61f043856a
3 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,3 +1,5 @@
|
|||
include config
|
||||
|
||||
.PHONY: all install
|
||||
|
||||
all:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
include config
|
||||
|
||||
#version = $(shell date +"%d%m%y")
|
||||
version = 1.00.06
|
||||
version = 1.01.00
|
||||
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.06"
|
||||
let version = "1.01.00"
|
||||
let date = "DATE"
|
||||
|
||||
(* standard module *)
|
||||
|
|
Loading…
Reference in a new issue