diff options
Diffstat (limited to 'lib/libcxx/docs/conf.py')
-rw-r--r-- | lib/libcxx/docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcxx/docs/conf.py b/lib/libcxx/docs/conf.py index e385406b992..bb231ac3e35 100644 --- a/lib/libcxx/docs/conf.py +++ b/lib/libcxx/docs/conf.py @@ -40,16 +40,16 @@ master_doc = 'index' # General information about the project. project = u'libc++' -copyright = u'2011-2016, LLVM Project' +copyright = u'2011-2017, LLVM Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.9' +version = '6.0' # The full version, including alpha/beta/rc tags. -release = '3.9' +release = '6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |