[polly] r321731 - Docs, release notes: update version to 7.0.0
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 07:54:54 PST 2018
Author: hans
Date: Wed Jan 3 07:54:54 2018
New Revision: 321731
URL: http://llvm.org/viewvc/llvm-project?rev=321731&view=rev
Log:
Docs, release notes: update version to 7.0.0
Modified:
polly/trunk/docs/ReleaseNotes.rst
polly/trunk/docs/conf.py
Modified: polly/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/ReleaseNotes.rst?rev=321731&r1=321730&r2=321731&view=diff
==============================================================================
--- polly/trunk/docs/ReleaseNotes.rst (original)
+++ polly/trunk/docs/ReleaseNotes.rst Wed Jan 3 07:54:54 2018
@@ -1,8 +1,8 @@
============================
-Release Notes 6.0 (upcoming)
+Release Notes 7.0 (upcoming)
============================
-In Polly 6 the following important changes have been incorporated.
+In Polly 7 the following important changes have been incorporated.
.. warning::
Modified: polly/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/conf.py?rev=321731&r1=321730&r2=321731&view=diff
==============================================================================
--- polly/trunk/docs/conf.py (original)
+++ polly/trunk/docs/conf.py Wed Jan 3 07:54:54 2018
@@ -49,9 +49,9 @@ copyright = u'2010-%d, The Polly Team' %
# built documents.
#
# The short X.Y version.
-version = '6.0-devel'
+version = '7.0-devel'
# The full version, including alpha/beta/rc tags.
-release = '6.0-devel'
+release = '7.0-devel'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
More information about the llvm-commits
mailing list