From 93ba44f413b64bba1a793c4549b4932fa940ed20 Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@haskell.org> Date: Sat, 23 Feb 2008 18:42:42 +0000 Subject: [PATCH] Bump version to 1.3.6 Due to recent api changes --- Cabal.cabal | 4 ++-- Makefile | 2 +- releaseNotes | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cabal.cabal b/Cabal.cabal index 8373e9c9d4..da65a6cae2 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 10bed5d237..9576c8c9c9 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 4c708874b1..70a1dced35 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 -- GitLab