From 368407cb7f83d841df6c3fdf8c2700dbe16f26cb Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 23 May 2003 11:03:39 +0000 Subject: [PATCH] [project @ 2003-05-23 11:03:39 by simonmar] The HEAD is version 6.1 now. --- 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 aecec99..97bcd98 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 = 6.0 -ProjectVersionInt = 600 +ProjectVersion = 6.1 +ProjectVersionInt = 601 ProjectPatchLevel = 0 # Interface file version (hi-boot files only) -- 1.7.10.4