diff options
Diffstat (limited to 'libcxx/docs/conf.py')
-rw-r--r-- | libcxx/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py index e88b2d3370a..414f1bc3cc8 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2011-2018, LLVM Project' # built documents. # # The short X.Y version. -version = '9.0' +version = '10.0' # The full version, including alpha/beta/rc tags. -release = '9.0' +release = '10.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |