From: Simon Marlow Date: Mon, 15 Dec 2008 12:28:51 +0000 (+0000) Subject: revert accidental change to configure.ac X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6ccd648bf016aa9cfa13612f0f19be6badea16d1;p=ghc-hetmet.git revert accidental change to configure.ac --- diff --git a/configure.ac b/configure.ac index 31281c0..38ba4b7 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.20081214], [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}