[[project @ 2003-05-20 09:54:42 by simonmar] simonmar**20030520095658 Version 6.0 ] { hunk ./ghc/VERSION 1 -The Glasgow Haskell Compiler, version 5.04 +The Glasgow Haskell Compiler, version 6.0 hunk ./ghc/docs/users_guide/ug-book.sgml 2 -The Glasgow Haskell Compiler User's Guide, Version 5.04 +The Glasgow Haskell Compiler User's Guide, Version 6.0 hunk ./ghc/mk/version.mk 22 -# 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 hunk ./ghc/mk/version.mk 39 -ProjectVersion = 5.05 -ProjectVersionInt = 505 +ProjectVersion = 6.0 +ProjectVersionInt = 600 }