From de3eaf6f3102a945f6d5b93103a9490e45b8d7ad Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Date: Mon, 9 Oct 2006 12:37:33 +0000 Subject: [PATCH] Bum version to 1.1.6 release --- Cabal.cabal | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cabal.cabal b/Cabal.cabal index acfaf410dc..a054866b9b 100644 --- a/Cabal.cabal +++ b/Cabal.cabal @@ -1,5 +1,5 @@ Name: Cabal -Version: 1.1.5.9.4 +Version: 1.1.6 Copyright: 2003-2006, Isaac Jones -- For ghc 6.2 you need to add 'unix' to Build-Depends: Build-Depends: base diff --git a/Makefile b/Makefile index 1c697bfc65..c09ba01e99 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" "" # ---------------------------------------------------------------------------- # Standalone Makefile: -CABALVERSION=1.1.5.9.4 +CABALVERSION=1.1.6 KIND=rc #KIND=latest GHCFLAGS= --make -fno-warn-unused-matches -cpp @@ -206,7 +206,7 @@ ALL_DIRS = \ EXCLUDED_SRCS = DefaultSetup.lhs PACKAGE = Cabal -VERSION = 1.1.5.9.4 +VERSION = 1.1.6 PACKAGE_DEPS = base -- GitLab