X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.config;h=455010f183b6c1f5308d67016531aca828050e92;hb=refs%2Ftags%2F0.9.0;hp=0cad3c47132f3195e229e65b6f6dd0aabf952e4f;hpb=773470c05431f3f5b5c80e9ef1be2d8ce4bb6cd0;p=ocaml-ancient.git diff --git a/Makefile.config b/Makefile.config index 0cad3c4..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.1 2006-09-27 12:09:02 rich Exp $ PACKAGE := ancient -VERSION := 0.0.1 +VERSION := 0.9.0 + +OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major) +OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)