From 91d2b826ad47d0c3a22b1d8531a445ffdb1e94ca Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 9 Nov 2004 10:42:47 +0000 Subject: [PATCH] [project @ 2004-11-09 10:42:47 by simonmar] duh, undo previous accidental commit --- ghc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/configure.ac b/ghc/configure.ac index d29e847..9e4d6cd 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.3.20041107], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.3], [glasgow-haskell-bugs@haskell.org], [ghc]) AC_CONFIG_SRCDIR([ghc.spec.in]) FP_SETUP_PROJECT_INFO -- 1.7.10.4