From: Stefano Zacchiroli Date: Sun, 17 Nov 2002 16:45:29 +0000 (+0000) Subject: bumped version to 0.0.3 X-Git-Tag: V_0_0_3~1 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ba64642ca7771cd9cc7b9f73476c8f608ffeeda5;p=helm.git bumped version to 0.0.3 --- diff --git a/helm/DEVEL/ocaml-http/Makefile.defs b/helm/DEVEL/ocaml-http/Makefile.defs index 060a57037..fae18312a 100644 --- a/helm/DEVEL/ocaml-http/Makefile.defs +++ b/helm/DEVEL/ocaml-http/Makefile.defs @@ -8,7 +8,7 @@ OCAMLOPT = $(OCAMLFIND) ocamlopt $(COMMON_OPTS) OCAMLDEP = $(OCAMLFIND) ocamldep $(COMMON_OPTS) DISTNAME = ocaml-http -DISTVERSION = 0.0.2 +DISTVERSION = 0.0.3 DISTDIR = $(DISTNAME)-$(DISTVERSION) EXTRA_DIST = INSTALL LICENSE README META.in Makefile Makefile.defs .depend tophttp diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index 7044be84f..b476f6ac4 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -1,13 +1,5 @@ -ocaml-http (0.0.2) unstable; urgency=low +ocaml-http (0.0.3) unstable; urgency=low - * Doesn't use anymore -pack, library is now accessible as Http_daemon, - Http_response, ... in place of Http.Daemon, Http.Response, ... - - -- Stefano Zacchiroli Thu, 14 Nov 2002 12:51:07 +0100 - -ocaml-http (0.0.1) unstable; urgency=low - - * Initial Release. - - -- Stefano Zacchiroli Wed, 13 Nov 2002 13:12:02 +0100 + * First release. + -- Stefano Zacchiroli Sun, 17 Nov 2002 17:41:41 +0100