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 6b0aad6b2802..52414f21c312 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2011-%d, LLVM Project' % date.today().year # built documents. # # The short X.Y version. -version = '14.0' +version = '15.0' # The full version, including alpha/beta/rc tags. -release = '14.0' +release = '15.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |