diff options
author | Hans Wennborg <hans@hanshq.net> | 2018-08-01 14:11:32 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2018-08-01 14:11:32 +0000 |
commit | 7d02a3177dbbd9ca2b022c76ac19b78e44e53f86 (patch) | |
tree | 1d71882fbce0aaad2c539f3470f7b1d37f3e68bb /polly | |
parent | 91aa2fdf561b8899c03926ba67cbaa530712a90b (diff) | |
download | bcm5719-llvm-7d02a3177dbbd9ca2b022c76ac19b78e44e53f86.tar.gz bcm5719-llvm-7d02a3177dbbd9ca2b022c76ac19b78e44e53f86.zip |
Update docs version and clear release notes after 8.0.0 version bump
llvm-svn: 338560
Diffstat (limited to 'polly')
-rw-r--r-- | polly/docs/ReleaseNotes.rst | 4 | ||||
-rw-r--r-- | polly/docs/conf.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst index ec3cb0fc310..abae9ffa971 100644 --- a/polly/docs/ReleaseNotes.rst +++ b/polly/docs/ReleaseNotes.rst @@ -1,8 +1,8 @@ ============================ -Release Notes 7.0 (upcoming) +Release Notes 8.0 (upcoming) ============================ -In Polly 7 the following important changes have been incorporated. +In Polly 8 the following important changes have been incorporated. .. warning:: diff --git a/polly/docs/conf.py b/polly/docs/conf.py index 54730acb0b3..45629da6df4 100644 --- a/polly/docs/conf.py +++ b/polly/docs/conf.py @@ -49,9 +49,9 @@ copyright = u'2010-%d, The Polly Team' % date.today().year # built documents. # # The short X.Y version. -version = '7.0-devel' +version = '8.0-devel' # The full version, including alpha/beta/rc tags. -release = '7.0-devel' +release = '8.0-devel' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |