diff --git a/Cabal.cabal b/Cabal.cabal index 8373e9c9d4c389f22e049600e58e7247cdf9b27e..da65a6cae26d3047a898d312b954f12e9582a141 100644 --- a/Cabal.cabal +++ b/Cabal.cabal @@ -1,5 +1,5 @@ Name: Cabal -Version: 1.3.5 +Version: 1.3.6 Copyright: 2003-2006, Isaac Jones License: BSD3 License-File: LICENSE @@ -37,7 +37,7 @@ Library Build-Depends: unix GHC-Options: -Wall - CPP-Options: "-DCABAL_VERSION=1,3,5" + CPP-Options: "-DCABAL_VERSION=1,3,6" nhc98-Options: -K4M Exposed-Modules: diff --git a/Makefile b/Makefile index 10bed5d237e050292ed7476d21a959917477fb59..9576c8c9c96bfb4d07c70899c3a3d1ee48b9c926 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.3.5 +VERSION=1.3.6 KIND=devel #KIND=rc diff --git a/releaseNotes b/releaseNotes index 4c708874b1647198c6e0d34ef2797044f1c8a850..70a1dced35d162cb046aa018851b537a399b0c99 100644 --- a/releaseNotes +++ b/releaseNotes @@ -9,7 +9,7 @@ changes and installation instructions. DOWNLOAD: -The Haskell Cabal has reached development version 1.3.3 +The Haskell Cabal has reached development version 1.3.6 Download the Cabal here (source and debian versions available): http://www.haskell.org/cabal/download.html