From eddc44f9fa38b6258f116121553142477efa6bc6 Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 30 Aug 2001 10:35:11 +0000 Subject: [PATCH] [project @ 2001-08-30 10:35:10 by sewardj] Advance HEAD version to 5.03. --- ghc/VERSION | 2 +- ghc/mk/version.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/VERSION b/ghc/VERSION index bc284d6..0bbfda7 100644 --- a/ghc/VERSION +++ b/ghc/VERSION @@ -1 +1 @@ -The Glasgow Haskell Compiler, version 5.00 +The Glasgow Haskell Compiler, version 5.03 diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index c4769be..33d12fc 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 = 5.01 -ProjectVersionInt = 501 +ProjectVersion = 5.03 +ProjectVersionInt = 503 # Interface file version (hi-boot files only) # -- 1.7.10.4