From 2fcf5fb16af9a096fcedea637d4c5dd453f94db5 Mon Sep 17 00:00:00 2001 From: rich Date: Fri, 13 Oct 2006 15:12:41 +0000 Subject: [PATCH] Bumped release number to 0.8.0 to reflect the relative stability and maturity of the library. --- Makefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.config b/Makefile.config index 4b871e0..7940423 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,5 @@ # Mark objects as 'ancient' so they are taken out of the OCaml heap. -# $Id: Makefile.config,v 1.6 2006-10-06 12:26:31 rich Exp $ +# $Id: Makefile.config,v 1.7 2006-10-13 15:12:41 rich Exp $ PACKAGE := ancient -VERSION := 0.1.0 +VERSION := 0.8.0 -- 1.8.3.1