diff options
author | Tom Stellard <tstellar@redhat.com> | 2023-01-24 22:55:53 -0800 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2023-01-24 22:57:27 -0800 |
commit | 603c286334b07f568d39f6706c848f576914f323 (patch) | |
tree | 7a63087e291767da7c88fb15d531ed5f240dcfff /clang/docs/analyzer/conf.py | |
parent | b0daacf58f417634f7c7c9496589d723592a8f5a (diff) | |
download | llvmorg-17-init.tar.gz |
Bump the trunk major version to 17llvmorg-17-init
Diffstat (limited to 'clang/docs/analyzer/conf.py')
-rw-r--r-- | clang/docs/analyzer/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/analyzer/conf.py b/clang/docs/analyzer/conf.py index 308d0235a0f3..ccd0393c4d3a 100644 --- a/clang/docs/analyzer/conf.py +++ b/clang/docs/analyzer/conf.py @@ -49,9 +49,9 @@ copyright = u'2013-%d, Analyzer Team' % date.today().year # built documents. # # The short version. -version = '16' +version = '17' # The full version, including alpha/beta/rc tags. -release = '16' +release = '17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |