From 19cd861ed2a4523a2d890bd4db999f0b932833eb Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 12 Oct 2000 08:46:54 +0000 Subject: [PATCH] [project @ 2000-10-12 08:46:53 by simonmar] we're now at version 4.11, at Manuel's request. The next release will be version 5.00 (yay!), and version 4.10 will never exist. --- ghc/VERSION | 2 +- ghc/mk/version.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/VERSION b/ghc/VERSION index 81ba12a..eecb2bf 100644 --- a/ghc/VERSION +++ b/ghc/VERSION @@ -1 +1 @@ -The Glasgow Haskell Compiler, version 4.09 +The Glasgow Haskell Compiler, version 4.11 diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 8e172cc..4dbe5fb 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.09 -ProjectVersionInt = 409 +ProjectVersion = 4.11 +ProjectVersionInt = 411 # # Optionally, you can get the compiler driver to check the -- 1.7.10.4