From 85d1f7904bde07f9a77106fb8c2b7fcc29b62287 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 12 Jun 2006 08:35:20 +0000 Subject: [PATCH] oops, undo accidental commit of version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9dafbfb..4959743 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.5.20060608], [glasgow-haskell-bugs@haskell.org], [ghc]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.5], [glasgow-haskell-bugs@haskell.org], [ghc]) FP_SETUP_PROJECT_VERSION -- 1.7.10.4