[project @ 2003-05-20 09:54:42 by simonmar]
authorsimonmar <unknown>
Tue, 20 May 2003 09:56:58 +0000 (09:56 +0000)
committersimonmar <unknown>
Tue, 20 May 2003 09:56:58 +0000 (09:56 +0000)
Version 6.0

ghc/VERSION
ghc/docs/users_guide/ug-book.sgml
ghc/mk/version.mk

index 3fcbedc..519ef23 100644 (file)
@@ -1 +1 @@
-The Glasgow Haskell Compiler, version 5.04
+The Glasgow Haskell Compiler, version 6.0
index afb72a8..9cdcbf5 100644 (file)
@@ -1,5 +1,5 @@
 <BookInfo>
-<Title>The Glasgow Haskell Compiler User's Guide, Version 5.04</Title>
+<Title>The Glasgow Haskell Compiler User's Guide, Version 6.0</Title>
 <Author><OtherName>The GHC Team</OtherName></Author>
 <Address>
 <Email>glasgow-haskell-&lcub;bugs,users&rcub;-request@haskell.org</Email>
index c2ae772..aecec99 100644 (file)
@@ -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)