From: Ian Lynagh Date: Tue, 23 Sep 2008 16:56:13 +0000 (+0000) Subject: Bump the version number to 6.11 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=dcabff855126e439a1315eea3c2a23fc28a5b334 Bump the version number to 6.11 --- diff --git a/configure.ac b/configure.ac index 6e2adb6..f4ba4db 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.9], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.11], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO}