From 76dc4dfd2645e9bc44098a8be2b980726605a763 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 30 Mar 2006 13:44:51 +0000 Subject: [PATCH] oops, undo accidental patch --- ghc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/configure.ac b/ghc/configure.ac index 77b5497..b6d9a4c 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 -- 1.7.10.4