From dd95f326c6338b7cdef9f4ef0c5e4041ca58b437 Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 23 Feb 1998 13:12:26 +0000 Subject: [PATCH] [project @ 1998-02-23 13:12:26 by simonm] bump GHC version to 3.02. --- mk/config.mk.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 #--------------------------------------------------------------- -- 1.7.10.4