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 .PHONY: all install
all: all:

View File

@ -2,7 +2,7 @@
include config include config
#version = $(shell date +"%d%m%y") #version = $(shell date +"%d%m%y")
version = 1.00.06 version = 1.01.00
osname=$(shell uname -s) osname=$(shell uname -s)
hardware=$(shell uname -m) hardware=$(shell uname -m)
heptdir = heptagon-$(version) heptdir = heptagon-$(version)

View File

@ -32,7 +32,7 @@
open Names open Names
(* version of the compiler *) (* version of the compiler *)
let version = "1.00.06" let version = "1.01.00"
let date = "DATE" let date = "DATE"
(* standard module *) (* standard module *)