From 9039c283717cf7bc8ccc3eaf51fb6f528555a2f8 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Mon, 8 Jun 1998 13:00:08 +0000 Subject: [PATCH] [project @ 1998-06-08 13:00:08 by simonm] update GHC version to 3.03. --- mk/config.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 725c6da57b02..b064f25b9259 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -148,8 +148,8 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel) GhcProjectName = The Glorious Glasgow Haskell Compilation System GhcProjectNameShort = ghc -GhcProjectVersion = 3.02 -GhcProjectVersionInt = 302 +GhcProjectVersion = 3.03 +GhcProjectVersionInt = 303 GhcProjectPatchLevel = 0 #--------------------------------------------------------------- -- GitLab