X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fversion.mk;h=97bcd987fdb33cb9adcd249da51e9d82af5ce642;hb=368407cb7f83d841df6c3fdf8c2700dbe16f26cb;hp=db9af2ed3d61f178541cd85b23c4a8a1cb3fcef5;hpb=7d47dea7fc0ae0c0b08ab68f429c560eb7ea1bde;p=ghc-hetmet.git diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index db9af2e..97bcd98 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -19,9 +19,9 @@ # ProjectVersion is treated as a *string* # ProjectVersionInt is treated as an *integer* (for cpp defines) -# Versioning scheme: A.BB.C -# A: major version, any number of digits -# B: minor version, two digits padded with leading zeros +# Versioning scheme: A.B.C +# A: major version, decimal, any number of digits +# B: minor version, decimal, any number of digits # C: patchlevel, one digit, omitted if zero. # # ProjectVersionInt does *not* contain the patchlevel (rationale: this @@ -36,8 +36,8 @@ ProjectName = The Glorious Glasgow Haskell Compilation System ProjectNameShort = ghc -ProjectVersion = 5.03 -ProjectVersionInt = 503 +ProjectVersion = 6.1 +ProjectVersionInt = 601 ProjectPatchLevel = 0 # Interface file version (hi-boot files only) @@ -57,4 +57,4 @@ ProjectPatchLevel = 0 # ghc/compiler/main/Config.hs, which is automatically generated by # ghc/compiler/Makefile. -HscIfaceFileVersion=5 +HscIfaceFileVersion=6