X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fmk%2Fversion.mk;h=c2ae7720339afac82a4ef6fcd6414e5a0e8d5bdc;hb=e23544ccf24d8c951572b2cc343a61732aa82160;hp=7d875c7d206383639a0edb58423ee9e9b26a7678;hpb=84392f4c0831f86f27501d846e4382283d2261dc;p=ghc-hetmet.git diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 7d875c7..c2ae772 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -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