Skip to content

Commit

Permalink
Bump version to 1.5.1 -- the next development series
Browse files Browse the repository at this point in the history
Though we should try and limit divergence until 1.4.0 is released.
  • Loading branch information
dcoutts committed Mar 29, 2008
1 parent e72f6ef commit bae04ec
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
Version: 1.3.9
Version: 1.5.1
Copyright: 2003-2006, Isaac Jones
License: BSD3
License-File: LICENSE
Expand Down Expand Up @@ -35,7 +35,7 @@ Library
Build-Depends: filepath

GHC-Options: -Wall
CPP-Options: "-DCABAL_VERSION=1,3,9"
CPP-Options: "-DCABAL_VERSION=1,5,1"
nhc98-Options: -K4M

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

VERSION=1.3.9
VERSION=1.5.1

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

DOWNLOAD:

The Haskell Cabal has reached development version 1.3.9
The Haskell Cabal has reached development version 1.5.1

Download the Cabal here (source and debian versions available):
http://www.haskell.org/cabal/download.html
Expand Down

0 comments on commit bae04ec

Please sign in to comment.