X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=ea87badadd45604aa82eb2c19376d2fbb0f18e2e;hb=dbc5175b51bd894a47b2ef6d69b76c5eb660c294;hp=a698741e9bd6bd5cf4e644f1b02d96c2e4e7df74;hpb=9e233cb4a7769554f27388176b4a19931ea971c3;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index a698741..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 # treated as a *string* -GhcProjectVersionInt = 301 # treated as an *integer* (for cpp defines) +GhcProjectVersion = 3.02 +GhcProjectVersionInt = 302 GhcProjectPatchLevel = 0 #---------------------------------------------------------------