Version 0.9.0
[ocaml-ancient.git] / Makefile.config
1 # Mark objects as 'ancient' so they are taken out of the OCaml heap.
2
3 PACKAGE := ancient
4 VERSION := 0.9.0
5
6 OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major)
7 OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)