From a538285300515f029de7fc4646e735b73f745fcd Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan@haskell.org>
Date: Fri, 10 Oct 2008 05:24:09 +0000
Subject: [PATCH] Bump version number to 1.6.0.0

---
 Cabal.cabal | 4 ++--
 Makefile    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cabal.cabal b/Cabal.cabal
index 708289a30b..645d84e4d1 100644
--- a/Cabal.cabal
+++ b/Cabal.cabal
@@ -1,5 +1,5 @@
 Name: Cabal
-Version: 1.5.6
+Version: 1.6.0.0
 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,5,6"
+  CPP-Options: "-DCABAL_VERSION=1,6,0,0"
   nhc98-Options: -K4M
 
   Exposed-Modules:
diff --git a/Makefile b/Makefile
index 986e79175f..138723a42e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION=1.5.6
+VERSION=1.6.0.0
 
 KIND=devel
 #KIND=rc
-- 
GitLab