revert accidental modification of version number
authorSimon Marlow <simonmar@microsoft.com>
Wed, 1 Aug 2007 13:39:38 +0000 (13:39 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 1 Aug 2007 13:39:38 +0000 (13:39 +0000)
configure.ac

index 25963ff..e379721 100644 (file)
@@ -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}