X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fmk%2Fversion.mk;h=97bcd987fdb33cb9adcd249da51e9d82af5ce642;hb=2cc392e73116d4cdf54b99511e3d1fa8b8e76586;hp=33d12fc1ea8d1d4b2a21969827d266b72a35f653;hpb=eddc44f9fa38b6258f116121553142477efa6bc6;p=ghc-hetmet.git diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 33d12fc..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,9 @@ 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) # @@ -56,4 +57,4 @@ ProjectVersionInt = 503 # ghc/compiler/main/Config.hs, which is automatically generated by # ghc/compiler/Makefile. -HscIfaceFileVersion=5 +HscIfaceFileVersion=6