From 4581fbb270ee73f33dd7342012c9ec4a9ac0bb3b Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@haskell.org> Date: Sat, 11 Oct 2008 18:24:59 +0000 Subject: [PATCH] Bump version to 1.6.0.1 --- Cabal.cabal | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cabal.cabal b/Cabal.cabal index c66452fcec..a29d2bd57a 100644 --- a/Cabal.cabal +++ b/Cabal.cabal @@ -1,5 +1,5 @@ Name: Cabal -Version: 1.6.0.0 +Version: 1.6.0.1 Copyright: 2003-2006, Isaac Jones 2005-2008, Duncan Coutts License: BSD3 @@ -55,7 +55,7 @@ Library Build-Depends: filepath >= 1 && < 1.2 GHC-Options: -Wall - CPP-Options: "-DCABAL_VERSION=1,6,0,0" + CPP-Options: "-DCABAL_VERSION=1,6,0,1" nhc98-Options: -K4M Exposed-Modules: diff --git a/Makefile b/Makefile index 0f9da2c4b4..9e22759829 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.6.0.0 +VERSION=1.6.0.1 KIND=devel #KIND=rc -- GitLab