From b76acf5691189acac3df80c0b84c4c41b344a7c1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 28 Jun 2000 11:50:00 +0000 Subject: [PATCH] [project @ 2000-06-28 11:50:00 by simonmar] version of ghc-current is now 4.09 --- ghc/mk/version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 7effb2d..8e172cc 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -36,8 +36,8 @@ ProjectName = The Glorious Glasgow Haskell Compilation System ProjectNameShort = ghc -ProjectVersion = 4.07 -ProjectVersionInt = 407 +ProjectVersion = 4.09 +ProjectVersionInt = 409 # # Optionally, you can get the compiler driver to check the -- 1.7.10.4