Skip to content

Commit

Permalink
Bump version due to recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Jun 3, 2009
1 parent 0702bee commit 41812e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cabal.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Cabal
Version: 1.7.1
Version: 1.7.2
Copyright: 2003-2006, Isaac Jones
2005-2008, Duncan Coutts
License: BSD3
Expand Down Expand Up @@ -51,7 +51,7 @@ Library
ghc-options: -Wall
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
cpp-options: "-DCABAL_VERSION=1,7,1"
cpp-options: "-DCABAL_VERSION=1,7,2"
nhc98-Options: -K4M

Exposed-Modules:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=1.7.1
VERSION=1.7.2

#KIND=devel
KIND=rc
Expand Down

0 comments on commit 41812e9

Please sign in to comment.