diff options
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 4a52df8490d7..a0357cf3cb8a 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2003-%d, LLVM Project' % 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. |