As we released 3.9, from the 4.0 release notes, points to version 3.9 instead of 3.8

llvm-svn: 286718
This commit is contained in:
Sylvestre Ledru 2016-11-12 10:38:18 +00:00
parent f6b489797e
commit 503d95dafa
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ Written by the `LLVM Team <http://llvm.org/>`_
.. warning::
These are in-progress notes for the upcoming Clang 4.0.0 release. You may
prefer the `Clang 3.8 Release Notes
<http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html>`_.
prefer the `Clang 3.9 Release Notes
<http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html>`_.
Introduction
============
@ -121,7 +121,7 @@ OpenMP Support in Clang
Internal API Changes
--------------------
These are major API changes that have happened since the 3.8 release of
These are major API changes that have happened since the 3.9 release of
Clang. If upgrading an external codebase that uses Clang as a library,
this section should help get you past the largest hurdles of upgrading.