[project @ 1999-06-23 14:39:07 by simonmar]
[ghc-hetmet.git] / ghc / mk / version.mk
index 8b467a7..684ba5a 100644 (file)
@@ -21,8 +21,8 @@
 
 ProjectName       = The Glorious Glasgow Haskell Compilation System
 ProjectNameShort  = ghc
-ProjectVersion    = 3.03
-ProjectVersionInt = 303
+ProjectVersion    = 4.04
+ProjectVersionInt = 404
 ProjectPatchLevel = 0
 
 #
@@ -35,7 +35,19 @@ ProjectPatchLevel = 0
 # version - one (semi-valid) reason for having them separate is that
 # object files produced by different versions of the compiler need
 # not be incompatible..
-HscMajorVersion=33
+HscMajorVersion=40
 HscMinorVersion=0
 CcMajorVersion=36
 CcMinorVersion=1
+
+#
+# Interface file version
+#
+# If you should happen to make changes to the interface file format
+# 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