From 24435c22de2cad3930563e1c7eba97c3687a34cd Mon Sep 17 00:00:00 2001 From: rich Date: Fri, 28 Jan 2005 23:11:02 +0000 Subject: [PATCH] Version 0.9.0. Updated MANIFEST. --- MANIFEST | 10 ++++++++++ Makefile.config | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index 5dac9f6..bfb8d57 100644 --- a/MANIFEST +++ b/MANIFEST @@ -18,6 +18,16 @@ examples/test.pl perl.ml perl.mli perl_c.c +test/.cvsignore +test/001-start.ml +test/010-load.ml +test/020-eval.ml +test/030-call-method.ml +test/030-call.ml +test/100-sv.ml +test/110-av.ml +test/120-hv.ml +test/140-ref.ml wrappers/.cvsignore wrappers/pl_Date_Calc.ml wrappers/pl_Date_Format.ml diff --git a/Makefile.config b/Makefile.config index 67c0dcb..09b198c 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,5 @@ # perl4caml configuration -*- Makefile -*- -# $Id: Makefile.config,v 1.21 2005-01-28 23:09:31 rich Exp $ +# $Id: Makefile.config,v 1.22 2005-01-28 23:11:03 rich Exp $ # PERLINCDIR # Directory containing the Perl include files, eg. . @@ -42,4 +42,4 @@ DYNALOADER_HACK := /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a # PACKAGE and VERSION PACKAGE := perl4caml -VERSION := 0.3.15 +VERSION := 0.9.0 -- 1.8.3.1