X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.config;h=455010f183b6c1f5308d67016531aca828050e92;hb=7c6e12295236ee73ca46b785983673c7fc3c0597;hp=4b871e025552c91b083611efb901e0ae3f4b26ac;hpb=65cb807751c21e0befcfd89c1b605675dc280395;p=ocaml-ancient.git 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)