[project @ 2001-04-24 10:05:59 by simonmar]
[ghc-hetmet.git] / ghc / mk / version.mk
index 7d875c7..c4769be 100644 (file)
@@ -36,8 +36,8 @@
 
 ProjectName       = The Glorious Glasgow Haskell Compilation System
 ProjectNameShort  = ghc
-ProjectVersion    = 4.11
-ProjectVersionInt = 411
+ProjectVersion    = 5.01
+ProjectVersionInt = 501
 
 # Interface file version (hi-boot files only)
 #
@@ -50,8 +50,7 @@ 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