diff options
| author | Hans Wennborg <hans@hanshq.net> | 2017-01-12 21:22:36 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2017-01-12 21:22:36 +0000 |
| commit | 6d9e2c4a9c7c677a1c1ce250d14834b8f5841f16 (patch) | |
| tree | d8544afad1ac468f150bb8bd09d33e7af04acd6e /llvm/docs/conf.py | |
| parent | c3dccd020e1d00975af326d2010b17d31f777a19 (diff) | |
Bump trunk version to 5.0.0svn
llvm-svn: 291815
Diffstat (limited to 'llvm/docs/conf.py')
| -rw-r--r-- | llvm/docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 428a513774e4..cd9142cefdf2 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -47,10 +47,10 @@ copyright = u'2003-%d, LLVM Project' % 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. |
