diff options
Diffstat (limited to 'clang/docs/conf.py')
-rw-r--r-- | clang/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/conf.py b/clang/docs/conf.py index dab70266d9d..e16ff49eb28 100644 --- a/clang/docs/conf.py +++ b/clang/docs/conf.py @@ -50,9 +50,9 @@ copyright = u'2007-%d, The Clang Team' % date.today().year # built documents. # # The short version. -version = '9' +version = '10' # The full version, including alpha/beta/rc tags. -release = '9' +release = '10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |