diff --git a/Cabal.cabal b/Cabal.cabal index f1bbe240b124d4173dd685db7af7de428559f394..d4d25554f74e9a865103aa308c58c95b7440afbe 100644 --- a/Cabal.cabal +++ b/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 @@ -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: diff --git a/Makefile b/Makefile index 4d908f9892ff56bdf39c20616b510a9f16cc7e19..d924ed5dafd8032ecf046c87fdec512723eb4588 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.3.10 +VERSION=1.3.11 KIND=devel #KIND=rc diff --git a/releaseNotes b/releaseNotes index 641b331447d4c80556887216764768308d1d66da..4a87e42eaa14123037926c529e606e074787e84d 100644 --- a/releaseNotes +++ b/releaseNotes @@ -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