diff options
-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 e385406b992..cd793dd0222 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2011-2016, LLVM Project' # built documents. # # The short X.Y version. -version = '3.9' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.9' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |