From: Ian Lynagh Date: Tue, 22 Sep 2009 15:24:00 +0000 (+0000) Subject: Set version number to 6.13 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0f5905900efe55a2d11674451d6acea3884b2b3c Set version number to 6.13 --- diff --git a/configure.ac b/configure.ac index 5387c83..f4d2f8b 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.11], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.13], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO}