diff --git a/mk/config.mk.in b/mk/config.mk.in
index adb2c75b48abb2044750d7032027e3e28737966a..ea87badadd45604aa82eb2c19376d2fbb0f18e2e 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
 
 #---------------------------------------------------------------