diff options
Diffstat (limited to 'docs/analyzer/conf.py')
-rw-r--r-- | docs/analyzer/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/analyzer/conf.py b/docs/analyzer/conf.py index 6b54b0646eca..c40af7a5e832 100644 --- a/docs/analyzer/conf.py +++ b/docs/analyzer/conf.py @@ -48,10 +48,10 @@ copyright = u'2013-%d, Analyzer Team' % date.today().year # |version| and |release|, also used in various other places throughout the # built documents. # -# The short X.Y version. -version = '4.0' +# The short version. +version = '5' # The full version, including alpha/beta/rc tags. -release = '4.0' +release = '5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |