X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=455010f183b6c1f5308d67016531aca828050e92;hb=refs%2Ftags%2F0.9.0;hp=3ab3033e207422a87e24b74def4cbe54da191de1;hpb=a34a08d6401b6b67c9d5d1260d816c8ea8b85558;p=ocaml-ancient.git diff --git a/Makefile.config b/Makefile.config index 3ab3033..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.3 2006-09-27 18:39:44 rich Exp $ PACKAGE := ancient -VERSION := 0.0.3 +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)