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