Update version numbers in docs
llvm-svn: 268459
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 43e3a64270eff0782e72afd839bcdd860b582c77
diff --git a/docs/conf.py b/docs/conf.py
index 915daa4..e385406 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,16 +40,16 @@
# General information about the project.
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
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '3.8'
+version = '3.9'
# The full version, including alpha/beta/rc tags.
-release = '3.8'
+release = '3.9'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.