From d41a97b89d2248800286f65543e3aa118bc8ddee Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 28 Sep 2004 11:40:26 +0000 Subject: [PATCH] [project @ 2004-09-28 11:40:26 by simonmar] oops, revert version number to 6.3 again --- ghc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/configure.ac b/ghc/configure.ac index 2075912..a7b74e1 100644 --- a/ghc/configure.ac +++ b/ghc/configure.ac @@ -1,5 +1,5 @@ # Initialise and check sanity. -AC_INIT([Glasgow Haskell Compiler], [6.3.20040927], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([Glasgow Haskell Compiler], [6.3], [glasgow-haskell-bugs@haskell.org], [ghc]) AC_CONFIG_SRCDIR([ghc.spec.in]) # Calculate project version as an integer, using 2 digits for minor version -- 1.7.10.4