Skip to content

Commit

Permalink
Bump version to 1.4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Aug 26, 2008
1 parent a6b0b98 commit 0c552ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cabal.cabal
@@ -1,5 +1,5 @@
Name: Cabal Name: Cabal
Version: 1.4.0.1 Version: 1.4.0.2
Copyright: 2003-2006, Isaac Jones Copyright: 2003-2006, Isaac Jones
2005-2008, Duncan Coutts 2005-2008, Duncan Coutts
License: BSD3 License: BSD3
Expand Down Expand Up @@ -44,7 +44,7 @@ Library
Build-Depends: filepath >= 1 && < 1.2 Build-Depends: filepath >= 1 && < 1.2


GHC-Options: -Wall GHC-Options: -Wall
CPP-Options: "-DCABAL_VERSION=1,4,0,1" CPP-Options: "-DCABAL_VERSION=1,4,0,2"
nhc98-Options: -K4M nhc98-Options: -K4M


Exposed-Modules: Exposed-Modules:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@


VERSION=1.4.0.1 VERSION=1.4.0.2


#KIND=devel #KIND=devel
#KIND=rc #KIND=rc
Expand Down
2 changes: 1 addition & 1 deletion releaseNotes
Expand Up @@ -9,7 +9,7 @@ changes and installation instructions.


DOWNLOAD: 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): Download the Cabal library here (source tarballs available):
http://www.haskell.org/cabal/download.html http://www.haskell.org/cabal/download.html
Expand Down

0 comments on commit 0c552ad

Please sign in to comment.