summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-08-01 08:32:57 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-08-01 08:32:57 +0000
commitbb01b8e8a461ea954729c241bac067ffc54ae055 (patch)
tree16f1c4a9a3e895d5ec73c2f8bae5ba74f1233e16 /configure.ac
parent085025b1e45218eb4f9ef7fda055e23f03b8e1b7 (diff)
downloadhaskell-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.ac2
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}