From: Hans Wennborg Date: Wed, 12 Aug 2015 16:40:42 +0000 (+0000) Subject: ReleaseNotes: Small version nbr fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba4c8c85a8e2d9e3ab7b8bf7b5efc801660903f9;p=clang ReleaseNotes: Small version nbr fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244761 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index fc3f9fc282..68558c4bad 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -54,7 +54,7 @@ Improvements to Clang's diagnostics Clang's diagnostics are constantly being improved to catch more issues, explain them more clearly, and provide more accurate source information -about them. The improvements since the 3.5 release include: +about them. The improvements since the 3.7 release include: - ...