From ffbf511e93c59cc98fa5adc65ef31d15281a7a1c Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 8 Jul 2002 13:39:10 +0000 Subject: [PATCH] [project @ 2002-07-08 13:39:10 by simonmar] HEAD is now 5.05 --- 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 6c98e8e..c2ae772 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.04 -ProjectVersionInt = 504 +ProjectVersion = 5.05 +ProjectVersionInt = 505 ProjectPatchLevel = 0 # Interface file version (hi-boot files only) -- 1.7.10.4