From: Ian Lynagh Date: Tue, 21 Sep 2010 19:59:35 +0000 (+0000) Subject: Bump version to 7.1 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=43e5415176ae4f37462999e636f8e23c90689d2c Bump version to 7.1 --- diff --git a/configure.ac b/configure.ac index a8539fb..db268ab 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl # see what flags are available. (Better yet, read the documentation!) # -AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.13], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.1], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO}