diff --git a/Cabal.cabal b/Cabal.cabal
index 6e84e58c0f9c4b4298c61045fbfa9f9b525d912c..91d60b2fe5b9163f78781f9cf9fd1a2841c1f8e3 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 be49f7b891ee59a96076086d870229b078ac374e..a37bab62f8eb794748512c378286bb227a16f67e 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 11acc7c0db2f954c6db635d8fd9f5ce28228b57c..5676f1eadd0f09fecca5a43600e0adec9f3f8c18 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