From 503d95dafa705e62282e6f1d6af79dbee487ccfe Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 12 Nov 2016 10:38:18 +0000 Subject: [PATCH] As we released 3.9, from the 4.0 release notes, points to version 3.9 instead of 3.8 llvm-svn: 286718 --- clang/docs/ReleaseNotes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 252a4327e7af..11ee88f4ae20 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -11,8 +11,8 @@ Written by the `LLVM Team `_ .. warning:: These are in-progress notes for the upcoming Clang 4.0.0 release. You may - prefer the `Clang 3.8 Release Notes - `_. + prefer the `Clang 3.9 Release Notes + `_. 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.