Fix error path if realloc call fails.
[ocaml-ancient.git] / Makefile.config
index 0cad3c4..455010f 100644 (file)
@@ -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)