diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-08-01 13:39:38 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-08-01 13:39:38 +0000 |
commit | ef0628b3922b9b1eb3570705c4b8c52172dd2bdc (patch) | |
tree | 3b24d1e439cc15e1370051067b646aff31dffaa3 /configure.ac | |
parent | e5896a10830f34458e1e00a1050d113a58c5607d (diff) | |
download | haskell-ef0628b3922b9b1eb3570705c4b8c52172dd2bdc.tar.gz |
revert accidental modification of version number
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 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} |