diff options
author | simonmar <unknown> | 2000-01-28 16:36:03 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-01-28 16:36:03 +0000 |
commit | f1553c47e89e858cd4576732582e6230730adf53 (patch) | |
tree | 7abe2060b645765dfc612f6abfaad8de83143d75 | |
parent | 4d1399987676567c236f92e0e31d904669ae5571 (diff) | |
download | haskell-f1553c47e89e858cd4576732582e6230730adf53.tar.gz |
[project @ 2000-01-28 16:36:03 by simonmar]
bump version to 4.07 on the main trunk.
-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 |