[project @ 2002-12-05 23:49:43 by mthomas]
[ghc-hetmet.git] / ghc / mk / version.mk
index 7d875c7..c2ae772 100644 (file)
@@ -36,8 +36,9 @@
 
 ProjectName       = The Glorious Glasgow Haskell Compilation System
 ProjectNameShort  = ghc
-ProjectVersion    = 4.11
-ProjectVersionInt = 411
+ProjectVersion    = 5.05
+ProjectVersionInt = 505
+ProjectPatchLevel = 0
 
 # Interface file version (hi-boot files only)
 #
@@ -50,11 +51,10 @@ ProjectVersionInt = 411
 # This variable is used ONLY for hi-boot files.  Its only purpose is
 # to allow you to have a single directory with multiple .hi-boot files
 # for the same module, each corresponding to a different version of
-# GHC.  Normal compiler-generated .hi files have ProjectVersionInt
-# (above) burned in, and can only be used by a matching compiler.
+# GHC.
 #
 # HscIfaceFileVersion is propagated to hsc via
 # ghc/compiler/main/Config.hs, which is automatically generated by
 # ghc/compiler/Makefile.
 
-HscIfaceFileVersion=5
+HscIfaceFileVersion=6