From 259c7c4ec8f979a6d2d477bcf1750b9efb221004 Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@haskell.org> Date: Thu, 29 May 2008 10:46:46 +0000 Subject: [PATCH] Bump version to 1.3.11 due to 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 f1bbe240b1..d4d25554f7 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 4d908f9892..d924ed5daf 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 641b331447..4a87e42eaa 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 -- GitLab