diff options
-rw-r--r-- | ghc/mk/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 3c4d50fea5..cfda63ae77 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -30,8 +30,8 @@ ProjectName = The Glorious Glasgow Haskell Compilation System ProjectNameShort = ghc -ProjectVersion = 4.06 -ProjectVersionInt = 406 +ProjectVersion = 4.07 +ProjectVersionInt = 407 # # Optionally, you can get the compiler driver to check the |