[commit: ghc] master: users-guide: Fix version number (998c371)
git at git.haskell.org
git at git.haskell.org
Fri Nov 20 15:49:14 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/998c371b62d31499c95bb8ea3967c44d2ee23e90/ghc
>---------------------------------------------------------------
commit 998c371b62d31499c95bb8ea3967c44d2ee23e90
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Nov 19 15:27:28 2015 +0100
users-guide: Fix version number
Previously used GhcVersion, which is apparently the version of the
bootstrap compiler. ProjectVersion appears to be the thing to use here.
>---------------------------------------------------------------
998c371b62d31499c95bb8ea3967c44d2ee23e90
docs/users_guide/ghc_config.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/ghc_config.py.in b/docs/users_guide/ghc_config.py.in
index 0f15d3f..41aee8d 100644
--- a/docs/users_guide/ghc_config.py.in
+++ b/docs/users_guide/ghc_config.py.in
@@ -6,4 +6,4 @@ extlinks = {
'ghc-wiki': ('http://ghc.haskell.org/trac/ghc/wiki/%s', 'Trac #'),
}
-version = '@GhcVersion@'
+version = '@ProjectVersion@'
More information about the ghc-commits
mailing list