4188bfbee10206efc923f703e3f7e29b6f75871e
[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)