Fix to work against OCaml 3.08.3.
[ocaml-ancient.git] / Makefile.config
1 # Mark objects as 'ancient' so they are taken out of the OCaml heap.
2 # $Id: Makefile.config,v 1.8 2006-10-31 14:39:50 rich Exp $
3
4 PACKAGE := ancient
5 VERSION := 0.8.0
6
7 OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major)
8 OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)