diff options
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@' |