[project @ 1998-02-23 13:12:26 by simonm]
authorsimonm <unknown>
Mon, 23 Feb 1998 13:12:26 +0000 (13:12 +0000)
committersimonm <unknown>
Mon, 23 Feb 1998 13:12:26 +0000 (13:12 +0000)
bump GHC version to 3.02.

mk/config.mk.in

index adb2c75..ea87bad 100644 (file)
@@ -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
 
 #---------------------------------------------------------------