diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:02:28 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:02:28 +0000 |
commit | 7442d6faa2719e4e7d33a7021c406c5a4facd74d (patch) | |
tree | c72b9241553fc9966179aba84f90f17bfa9235c3 /docs/conf.py | |
parent | b52119637f743680a99710ce5fdb6646da2772af (diff) |
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9cf8d37729520..a9861cd5170ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,10 +48,10 @@ copyright = u'2007-%d, The Clang Team' % date.today().year # |version| and |release|, also used in various other places throughout the # built documents. # -# The short X.Y version. -version = '4' +# The short version. +version = '5' # The full version, including alpha/beta/rc tags. -release = '4' +release = '5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |