diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-08-01 08:32:57 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-08-01 08:32:57 +0000 |
commit | bb01b8e8a461ea954729c241bac067ffc54ae055 (patch) | |
tree | 16f1c4a9a3e895d5ec73c2f8bae5ba74f1233e16 /configure.ac | |
parent | 085025b1e45218eb4f9ef7fda055e23f03b8e1b7 (diff) | |
download | haskell-bb01b8e8a461ea954729c241bac067ffc54ae055.tar.gz |
fix the hardtop test for ghc-6.2.x, and make it notice failure earlier
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e37972124c..25963ff142 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.7.20070731], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO : ${RELEASE=NO} |