Skip to content
Snippets Groups Projects
Commit dd95f326 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-02-23 13:12:26 by simonm]

bump GHC version to 3.02.
parent 6b28dc92
No related merge requests found
......@@ -143,10 +143,13 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel)
#
# Name variables for ghc:
#
# *ProjectVersion is treated as a *string*
# *ProjectVersionInt is treated as an *integer* (for cpp defines)
GhcProjectName = The Glorious Glasgow Haskell Compilation System
GhcProjectNameShort = ghc
GhcProjectVersion = 3.01
GhcProjectVersionInt = 301 # treated as an *integer* (for cpp defines)
GhcProjectVersion = 3.02
GhcProjectVersionInt = 302
GhcProjectPatchLevel = 0
#---------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment