From: simonm Date: Mon, 23 Feb 1998 13:12:26 +0000 (+0000) Subject: [project @ 1998-02-23 13:12:26 by simonm] X-Git-Tag: Approx_2487_patches~927 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dd95f326c6338b7cdef9f4ef0c5e4041ca58b437;p=ghc-hetmet.git [project @ 1998-02-23 13:12:26 by simonm] bump GHC version to 3.02. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index adb2c75..ea87bad 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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 #---------------------------------------------------------------