Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
45a58047
Commit
45a58047
authored
May 20, 2003
by
simonmar
Browse files
[project @ 2003-05-20 09:54:42 by simonmar]
Version 6.0
parent
55657e2e
Changes
3
Hide whitespace changes
Inline
Side-by-side
ghc/VERSION
View file @
45a58047
The Glasgow Haskell Compiler, version
5
.0
4
The Glasgow Haskell Compiler, version
6
.0
ghc/docs/users_guide/ug-book.sgml
View file @
45a58047
<BookInfo>
<Title>The Glasgow Haskell Compiler User's Guide, Version
5
.0
4
</Title>
<Title>The Glasgow Haskell Compiler User's Guide, Version
6
.0</Title>
<Author><OtherName>The GHC Team</OtherName></Author>
<Address>
<Email>glasgow-haskell-{bugs,users}-request@haskell.org</Email>
...
...
ghc/mk/version.mk
View file @
45a58047
...
...
@@ -19,9 +19,9 @@
# ProjectVersion is treated as a *string*
# ProjectVersionInt is treated as an *integer* (for cpp defines)
# Versioning scheme: A.B
B
.C
# A: major version, any number of digits
# B: minor version,
two digits padded with leading zero
s
# Versioning scheme: A.B.C
# A: major version,
decimal,
any number of digits
# B: minor version,
decimal, any number of digit
s
# 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
.0
5
ProjectVersionInt
=
505
ProjectVersion
=
6
.0
ProjectVersionInt
=
600
ProjectPatchLevel
=
0
# Interface file version (hi-boot files only)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment