diff options
author | Tom Stellard <tstellar@redhat.com> | 2022-07-26 19:43:55 -0700 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2022-07-26 21:34:45 -0700 |
commit | 809855b56f06dd7182685f88fbbc64111df9339a (patch) | |
tree | c4f43461e00fbed8344652b2aa2e205cc424244e /libcxx/docs/conf.py | |
parent | 1f8ae9d7e7e4afcc4e76728b28e64941660ca3eb (diff) | |
download | llvm-llvmorg-16-init.zip llvm-llvmorg-16-init.tar.gz llvm-llvmorg-16-init.tar.bz2 |
Bump the trunk major version to 16llvmorg-16-init
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 52414f2..12876d1 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 = '15.0' +version = '16.0' # The full version, including alpha/beta/rc tags. -release = '15.0' +release = '16.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |