From a380d35f81da4bd3e6c31ab32629ec79aecfa5a4 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 26 May 2009 12:59:40 +0100 Subject: [PATCH] Version 0.9.0 --- Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.config b/Makefile.config index 76d81a8..455010f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,7 +1,7 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. PACKAGE := ancient -VERSION := 0.8.0 +VERSION := 0.9.0 OCAML_VERSION_MAJOR := $(shell ocaml ocaml_version.ml major) OCAML_VERSION_MINOR := $(shell ocaml ocaml_version.ml minor) -- 1.8.3.1