diff options
author | 2019-02-04 16:55:44 +0000 | |
---|---|---|
committer | 2019-02-04 16:55:44 +0000 | |
commit | 76c648e7a477ffb2a882ad5ffe523269bd9a3f6a (patch) | |
tree | 29d319d598650bab04e4f58e5e8769567e33091e /lib/libcxx/docs/conf.py | |
parent | Import libc++abi 7.0.1. (diff) | |
download | wireguard-openbsd-76c648e7a477ffb2a882ad5ffe523269bd9a3f6a.tar.xz wireguard-openbsd-76c648e7a477ffb2a882ad5ffe523269bd9a3f6a.zip |
Import libc++ 7.0.1.
Diffstat (limited to 'lib/libcxx/docs/conf.py')
-rw-r--r-- | lib/libcxx/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcxx/docs/conf.py b/lib/libcxx/docs/conf.py index bb231ac3e35..4c1ea3653cd 100644 --- a/lib/libcxx/docs/conf.py +++ b/lib/libcxx/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2011-2017, LLVM Project' # built documents. # # The short X.Y version. -version = '6.0' +version = '7.0' # The full version, including alpha/beta/rc tags. -release = '6.0' +release = '7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |