Version 1.01.00

This commit is contained in:
Gwenaël Delaval 2015-09-17 10:29:20 +02:00
parent 9b75408f23
commit 61f043856a
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
include config
.PHONY: all install
all:

View file

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

View file

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