X-Git-Url: http://git.annexia.org/?p=ocaml-ancient.git;a=blobdiff_plain;f=Makefile.config;h=455010f183b6c1f5308d67016531aca828050e92;hp=e096025df16a6c5352b865a6dc3647ba10018f23;hb=a380d35f81da4bd3e6c31ab32629ec79aecfa5a4;hpb=eed732850571438657c80b760a3f7a40c62384d7 diff --git a/Makefile.config b/Makefile.config index e096025..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.5 2006-09-28 12:40:48 rich Exp $ PACKAGE := ancient -VERSION := 0.0.5 +VERSION := 0.9.0 -ifeq ($(shell hostname),oirase) -TEST_WEBLOGS := 1 -endif +OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major) +OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)