Update version numbers in docs

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@268459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-05-03 22:50:33 +00:00
parent 7039fa1d20
commit 03dc08c1a6

View File

@@ -40,16 +40,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'libc++' project = u'libc++'
copyright = u'2011-2015, LLVM Project' copyright = u'2011-2016, LLVM Project'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.8' version = '3.9'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.8' release = '3.9'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.