From b90964e2e22f22126cd9c924203c30c41f61d5d3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 10 Dec 1999 16:24:50 +0000 Subject: [PATCH] [project @ 1999-12-10 16:24:50 by simonmar] bump version to 4.06 --- ghc/VERSION | 2 +- ghc/mk/version.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/VERSION b/ghc/VERSION index 698a0d4..fdbf8da 100644 --- a/ghc/VERSION +++ b/ghc/VERSION @@ -1 +1 @@ -The Glasgow Haskell Compiler, version 4.05 +The Glasgow Haskell Compiler, version 4.06 diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 4c7b2b5..3c4d50f 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.05 -ProjectVersionInt = 405 +ProjectVersion = 4.06 +ProjectVersionInt = 406 # # Optionally, you can get the compiler driver to check the -- 1.7.10.4