From 0c552ad8da0a1a8fc0800e194e224a8f8d3ee499 Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan@haskell.org>
Date: Tue, 26 Aug 2008 20:48:52 +0000
Subject: [PATCH] Bump version to 1.4.0.2

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

diff --git a/Cabal.cabal b/Cabal.cabal
index 6e84e58c0f..91d60b2fe5 100644
--- a/Cabal.cabal
+++ b/Cabal.cabal
@@ -1,5 +1,5 @@
 Name: Cabal
-Version: 1.4.0.1
+Version: 1.4.0.2
 Copyright: 2003-2006, Isaac Jones
            2005-2008, Duncan Coutts
 License: BSD3
@@ -44,7 +44,7 @@ Library
   Build-Depends: filepath >= 1 && < 1.2
 
   GHC-Options: -Wall
-  CPP-Options: "-DCABAL_VERSION=1,4,0,1"
+  CPP-Options: "-DCABAL_VERSION=1,4,0,2"
   nhc98-Options: -K4M
 
   Exposed-Modules:
diff --git a/Makefile b/Makefile
index be49f7b891..a37bab62f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION=1.4.0.1
+VERSION=1.4.0.2
 
 #KIND=devel
 #KIND=rc
diff --git a/releaseNotes b/releaseNotes
index 11acc7c0db..5676f1eadd 100644
--- a/releaseNotes
+++ b/releaseNotes
@@ -9,7 +9,7 @@ changes and installation instructions.
 
 DOWNLOAD:
 
-The Haskell Cabal has reached stable version 1.4.0.1
+The Haskell Cabal has reached stable version 1.4.0.2
 
 Download the Cabal library here (source tarballs available):
 http://www.haskell.org/cabal/download.html
-- 
GitLab