X-Git-Url: http://git.annexia.org/?p=ocaml-ancient.git;a=blobdiff_plain;f=Makefile.config;h=455010f183b6c1f5308d67016531aca828050e92;hp=10ba562c0b39ed89652fcdca1b559799bb2940eb;hb=HEAD;hpb=70ed84c05dfe890425592cc207f7a866f0afb04e diff --git a/Makefile.config b/Makefile.config index 10ba562..455010f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,9 +1,7 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. -# $Id: Makefile.config,v 1.2 2006-09-27 14:05:07 rich Exp $ PACKAGE := ancient -VERSION := 0.0.2 +VERSION := 0.9.0 -ifeq ($(shell hostname),oirase) -TEST_WEBLOGS := 1 -endif \ No newline at end of file +OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major) +OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)