diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-11-19 15:27:28 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-20 16:49:27 +0100 |
commit | 998c371b62d31499c95bb8ea3967c44d2ee23e90 (patch) | |
tree | 5dbb2e1e00db008a7194e63555d4a3028a6038b3 /docs/users_guide/ghc_config.py.in | |
parent | 1994304255f785f00a7ba3e74b62b0bb7c487626 (diff) | |
download | haskell-998c371b62d31499c95bb8ea3967c44d2ee23e90.tar.gz |
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.
Diffstat (limited to 'docs/users_guide/ghc_config.py.in')
-rw-r--r-- | docs/users_guide/ghc_config.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghc_config.py.in b/docs/users_guide/ghc_config.py.in index 0f15d3fd15..41aee8da1d 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@' |