diff options
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index a698741e9b..adb2c75b48 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -145,7 +145,7 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel) # GhcProjectName = The Glorious Glasgow Haskell Compilation System GhcProjectNameShort = ghc -GhcProjectVersion = 3.01 # treated as a *string* +GhcProjectVersion = 3.01 GhcProjectVersionInt = 301 # treated as an *integer* (for cpp defines) GhcProjectPatchLevel = 0 |