X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fversion.mk;h=ad758da42ea95696fd6e90d6f2015cd5b0ec9c54;hb=387a411e5d6478249de6872c283f2df78ef83bf4;hp=8942572f5df2666f3b58ac45b62d32e22cddac15;hpb=e1ece81fec05bfdb1fb67374ad33192e309b8947;p=ghc-hetmet.git diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 8942572..ad758da 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 = 4.11 -ProjectVersionInt = 411 +ProjectVersion = 6.1.20030727 +ProjectVersionInt = 601 +ProjectPatchLevel = 0 # Interface file version (hi-boot files only) # @@ -56,4 +57,4 @@ ProjectVersionInt = 411 # ghc/compiler/main/Config.hs, which is automatically generated by # ghc/compiler/Makefile. -HscIfaceFileVersion=5 +HscIfaceFileVersion=6