X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fversion.mk;h=85cb9b127655166861009d2cec5eff3ec581709f;hb=e3b8ed25d2205a9372c047afeb043468649681cb;hp=8b467a7a411eda2269d3ee5426fefeac621cc1fe;hpb=f48f5a96c6bf80d4664be3a80c2e3d711d6e1228;p=ghc-hetmet.git diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 8b467a7..85cb9b1 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -21,8 +21,8 @@ ProjectName = The Glorious Glasgow Haskell Compilation System ProjectNameShort = ghc -ProjectVersion = 3.03 -ProjectVersionInt = 303 +ProjectVersion = 4.01 +ProjectVersionInt = 401 ProjectPatchLevel = 0 # @@ -35,7 +35,15 @@ 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