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
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=1.4.0.1
VERSION=1.4.0.2

#KIND=devel
#KIND=rc
Expand Down
2 changes: 1 addition & 1 deletion releaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c552ad

Please sign in to comment.