summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-08-12 16:41:18 +0000
committerHans Wennborg <hans@hanshq.net>2015-08-12 16:41:18 +0000
commitd512a1434ad20cfa3ea9ef0f6643ed37dd806d4c (patch)
treedfff9528d8a046b44d76c2fb0d5752ad1ce45226
parente2c9b2285d808b1ac25825f973a8f591c5ddd58d (diff)
ReleaseNotes: small version nbr fix
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_37@244762 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 288eb0314a..ef682f189a 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -62,7 +62,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.6 release include:
- ...