diff options
Diffstat (limited to 'lld/docs/conf.py')
-rw-r--r-- | lld/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/docs/conf.py b/lld/docs/conf.py index 62404b27545..dd65859fe12 100644 --- a/lld/docs/conf.py +++ b/lld/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2011-%d, LLVM Project' % date.today().year # built documents. # # The short version. -version = '8' +version = '9' # The full version, including alpha/beta/rc tags. -release = '8' +release = '9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |