Skip to content

Commit

Permalink
Bum version to 1.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Coutts committed Oct 9, 2006
1 parent b2cc5b2 commit 012c18c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 012c18c

Please sign in to comment.