From 3ca44e1bfb9608b59ccc095bb86db8eb0effaec0 Mon Sep 17 00:00:00 2001
From: Daniel Wagner <daniel@wagner-home.com>
Date: Thu, 21 Oct 2010 22:13:38 -0400
Subject: [PATCH 2/2] gotta bump the version number

The previous patch changes the Stream.close and HStream.close APIs,
adding a boolean indicating EOF'd streams. Because of this API change,
the versioning policy says we've got to bump at least the minor version
number.
---
 HTTP.cabal |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HTTP.cabal b/HTTP.cabal
index fdf9791..fce0735 100644
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.0.10
+Version: 4000.1.0
 Cabal-Version: >= 1.2
 Build-type: Simple
 License: BSD3
-- 
1.7.3.1

