From f1553c47e89e858cd4576732582e6230730adf53 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 28 Jan 2000 16:36:03 +0000 Subject: [PATCH] [project @ 2000-01-28 16:36:03 by simonmar] bump version to 4.07 on the main trunk. --- 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 3c4d50f..cfda63a 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -30,8 +30,8 @@ ProjectName = The Glorious Glasgow Haskell Compilation System ProjectNameShort = ghc -ProjectVersion = 4.06 -ProjectVersionInt = 406 +ProjectVersion = 4.07 +ProjectVersionInt = 407 # # Optionally, you can get the compiler driver to check the -- 1.7.10.4