From 45a58047326981fb7be1d19d4bac3dd9afd9eefd Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 20 May 2003 09:56:58 +0000 Subject: [PATCH] [project @ 2003-05-20 09:54:42 by simonmar] Version 6.0 --- ghc/VERSION | 2 +- ghc/docs/users_guide/ug-book.sgml | 2 +- ghc/mk/version.mk | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ghc/VERSION b/ghc/VERSION index 3fcbedc..519ef23 100644 --- a/ghc/VERSION +++ b/ghc/VERSION @@ -1 +1 @@ -The Glasgow Haskell Compiler, version 5.04 +The Glasgow Haskell Compiler, version 6.0 diff --git a/ghc/docs/users_guide/ug-book.sgml b/ghc/docs/users_guide/ug-book.sgml index afb72a8..9cdcbf5 100644 --- a/ghc/docs/users_guide/ug-book.sgml +++ b/ghc/docs/users_guide/ug-book.sgml @@ -1,5 +1,5 @@ -The Glasgow Haskell Compiler User's Guide, Version 5.04 +The Glasgow Haskell Compiler User's Guide, Version 6.0 The GHC Team
glasgow-haskell-{bugs,users}-request@haskell.org diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index c2ae772..aecec99 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -19,9 +19,9 @@ # ProjectVersion is treated as a *string* # ProjectVersionInt is treated as an *integer* (for cpp defines) -# Versioning scheme: A.BB.C -# A: major version, any number of digits -# B: minor version, two digits padded with leading zeros +# Versioning scheme: A.B.C +# A: major version, decimal, any number of digits +# B: minor version, decimal, any number of digits # C: patchlevel, one digit, omitted if zero. # # ProjectVersionInt does *not* contain the patchlevel (rationale: this @@ -36,8 +36,8 @@ ProjectName = The Glorious Glasgow Haskell Compilation System ProjectNameShort = ghc -ProjectVersion = 5.05 -ProjectVersionInt = 505 +ProjectVersion = 6.0 +ProjectVersionInt = 600 ProjectPatchLevel = 0 # Interface file version (hi-boot files only) -- 1.7.10.4