X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.config;h=455010f183b6c1f5308d67016531aca828050e92;hb=HEAD;hp=794042320e681f5568bc383bde59c2a036eb2311;hpb=2fcf5fb16af9a096fcedea637d4c5dd453f94db5;p=ocaml-ancient.git diff --git a/Makefile.config b/Makefile.config index 7940423..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.7 2006-10-13 15:12:41 rich Exp $ PACKAGE := ancient -VERSION := 0.8.0 +VERSION := 0.9.0 + +OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major) +OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)