diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-03-30 13:44:51 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-03-30 13:44:51 +0000 |
commit | 76dc4dfd2645e9bc44098a8be2b980726605a763 (patch) | |
tree | 04cff409174c4c1e08ad96dbcf47bc0836d4e0ae /ghc | |
parent | 71d6db2260d3d5c3395818cd18564193845555e6 (diff) | |
download | haskell-76dc4dfd2645e9bc44098a8be2b980726605a763.tar.gz |
oops, undo accidental patch
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/configure.ac b/ghc/configure.ac index 77b5497399..b6d9a4cb84 100644 --- a/ghc/configure.ac +++ b/ghc/configure.ac @@ -1,5 +1,5 @@ # Initialise and check sanity. -AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.5.20060329], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.5], [glasgow-haskell-bugs@haskell.org], [ghc]) AC_CONFIG_SRCDIR([ghc.spec.in]) # duplicate from ../configure.ac |