From cebffe96606d28998c2f7ce820cc4e8a9a60be63 Mon Sep 17 00:00:00 2001 From: rich Date: Tue, 14 Oct 2003 16:07:05 +0000 Subject: [PATCH] Updated MANIFEST and bumped version. --- MANIFEST | 6 ++++++ Makefile.config | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index 45a7965..0ff5377 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4,6 +4,7 @@ Makefile Makefile.config MANIFEST examples/.cvsignore +examples/google.ml examples/loadpage.ml examples/TestClass.pm examples/test.ml @@ -20,4 +21,9 @@ wrappers/pl_HTTP_Message.ml wrappers/pl_HTTP_Request.ml wrappers/pl_HTTP_Response.ml wrappers/pl_LWP_UserAgent.ml +wrappers/pl_Net_Google.ml +wrappers/pl_Net_Google_Cache.ml +wrappers/pl_Net_Google_Response.ml +wrappers/pl_Net_Google_Search.ml +wrappers/pl_Net_Google_Spelling.ml wrappers/pl_URI.ml \ No newline at end of file diff --git a/Makefile.config b/Makefile.config index 3cdafe3..f1f1119 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,5 @@ # perl4caml configuration -*- Makefile -*- -# $Id: Makefile.config,v 1.3 2003-10-12 17:33:14 rich Exp $ +# $Id: Makefile.config,v 1.4 2003-10-14 16:07:05 rich Exp $ # PERLINCDIR # Directory containing the Perl include files, eg. . @@ -14,4 +14,4 @@ OCAMLLIBDIR := $(shell ocamlc -where) # PACKAGE and VERSION PACKAGE := perl4caml -VERSION := 0.2.1 +VERSION := 0.3.0 -- 1.8.3.1