Version 1.01.00

master
Gwenaël Delaval 9 years ago
parent 9b75408f23
commit 61f043856a

@ -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…
Cancel
Save