From 8991c329287083b00a08ffb77c5790f840a2d0ad Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan.coutts@worc.ox.ac.uk>
Date: Sat, 7 Oct 2006 14:14:12 +0000
Subject: [PATCH] Bump version to 1.1.5.9.4

---
 Cabal.cabal | 2 +-
 Makefile    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cabal.cabal b/Cabal.cabal
index 8fae96e312..948ce45192 100644
--- a/Cabal.cabal
+++ b/Cabal.cabal
@@ -1,5 +1,5 @@
 Name: Cabal
-Version: 1.1.5.9.3
+Version: 1.1.5.9.4
 Copyright: 2003-2006, Isaac Jones
 -- Util dependency removed.  This may break ghc 6.2 builds :( Will
 -- have to figure something out for ghc 6.2
diff --git a/Makefile b/Makefile
index 3fd3d0ffba..1c697bfc65 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" ""
 # ----------------------------------------------------------------------------
 # Standalone Makefile:
 
-CABALVERSION=1.1.5.9.3
+CABALVERSION=1.1.5.9.4
 KIND=rc
 #KIND=latest
 GHCFLAGS= --make -fno-warn-unused-matches -cpp
@@ -206,7 +206,7 @@ ALL_DIRS = \
 EXCLUDED_SRCS = DefaultSetup.lhs
 
 PACKAGE		= Cabal
-VERSION		= 1.1.5.9.3
+VERSION		= 1.1.5.9.4
 
 PACKAGE_DEPS	= base
 
-- 
GitLab