From: Ian Lynagh Date: Thu, 13 Sep 2007 18:17:33 +0000 (+0000) Subject: Bump version number 6.7 -> 6.9 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=879f92adc8080be65da30ae23d12db413c0d847b;p=ghc-hetmet.git Bump version number 6.7 -> 6.9 --- diff --git a/configure.ac b/configure.ac index cac3d38..b63d25f 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.7], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.9], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO}