[project @ 1999-06-23 14:39:07 by simonmar]
[ghc-hetmet.git] / ghc / mk / version.mk
index 5c62e6d..684ba5a 100644 (file)
@@ -21,8 +21,8 @@
 
 ProjectName       = The Glorious Glasgow Haskell Compilation System
 ProjectNameShort  = ghc
-ProjectVersion    = 4.03
-ProjectVersionInt = 403
+ProjectVersion    = 4.04
+ProjectVersionInt = 404
 ProjectPatchLevel = 0
 
 #
@@ -47,3 +47,7 @@ CcMinorVersion=1
 # that will break compatibility with older versions, up this variable.
 # 
 HscIfaceFileVersion=5
+#      But watch out: interface file format after Simon's renamer
+#      hacking isn't the same as before, but it may not make
+#      any difference for the GHC boot files.
+#              May 1999