X-Git-Url: http://git.annexia.org/?p=ocaml-ancient.git;a=blobdiff_plain;f=Makefile.config;h=455010f183b6c1f5308d67016531aca828050e92;hp=4b871e025552c91b083611efb901e0ae3f4b26ac;hb=HEAD;hpb=65cb807751c21e0befcfd89c1b605675dc280395 diff --git a/Makefile.config b/Makefile.config index 4b871e0..455010f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,7 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. -# $Id: Makefile.config,v 1.6 2006-10-06 12:26:31 rich Exp $ PACKAGE := ancient -VERSION := 0.1.0 +VERSION := 0.9.0 + +OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major) +OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)