X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.config;fp=Makefile.config;h=4188bfbee10206efc923f703e3f7e29b6f75871e;hb=d636bf12b0e8a8d6c7f9ad96d24984c24a145930;hp=794042320e681f5568bc383bde59c2a036eb2311;hpb=2fcf5fb16af9a096fcedea637d4c5dd453f94db5;p=ocaml-ancient.git diff --git a/Makefile.config b/Makefile.config index 7940423..4188bfb 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,8 @@ # 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 $ +# $Id: Makefile.config,v 1.8 2006-10-31 14:39:50 rich Exp $ PACKAGE := ancient VERSION := 0.8.0 + +OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major) +OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)