summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-08-01 13:39:38 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-08-01 13:39:38 +0000
commitef0628b3922b9b1eb3570705c4b8c52172dd2bdc (patch)
tree3b24d1e439cc15e1370051067b646aff31dffaa3 /configure.ac
parente5896a10830f34458e1e00a1050d113a58c5607d (diff)
downloadhaskell-ef0628b3922b9b1eb3570705c4b8c52172dd2bdc.tar.gz
revert accidental modification of version number
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 25963ff142..e37972124c 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.20070731], [glasgow-haskell-bugs@haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.7], [glasgow-haskell-bugs@haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}