From 822fbcdcc7f834f684a46e914057dde21b9964ca Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 5 Apr 2001 13:47:27 +0000 Subject: [PATCH] [project @ 2001-04-05 13:47:27 by sewardj] Advance the version number to 5.00. Wahey! Not that this means we're official _at_ 5.0 yet, tho. --- 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 8942572..8b4d140 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.11 -ProjectVersionInt = 411 +ProjectVersion = 5.00 +ProjectVersionInt = 500 # Interface file version (hi-boot files only) # -- 1.7.10.4