Skip to content

Commit

Permalink
Bump version to 1.3.11 due to api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed May 29, 2008
1 parent 8ccc35e commit 259c7c4
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.10
Version: 1.3.11
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,10"
CPP-Options: "-DCABAL_VERSION=1,3,11"
nhc98-Options: -K4M

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

VERSION=1.3.10
VERSION=1.3.11

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.10
The Haskell Cabal has reached development version 1.3.11

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

0 comments on commit 259c7c4

Please sign in to comment.