Fix error path if realloc call fails.
[ocaml-ancient.git] / Makefile.config
index 9fafcec..455010f 100644 (file)
@@ -1,9 +1,7 @@
 # Mark objects as 'ancient' so they are taken out of the OCaml heap.
-# $Id: Makefile.config,v 1.4 2006-09-28 12:40:07 rich Exp $
 
 PACKAGE := ancient
-VERSION := 0.0.4
+VERSION := 0.9.0
 
-ifeq ($(shell hostname),oirase)
-TEST_WEBLOGS   := 1
-endif
\ No newline at end of file
+OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major)
+OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor)