ReleaseNotes: mention the versioning scheme change
authorHans Wennborg <hans@hanshq.net>
Tue, 28 Feb 2017 19:32:31 +0000 (19:32 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 28 Feb 2017 19:32:31 +0000 (19:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@296509 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 88763342f35c72931ec51496241059c02722c58c..549021e0e6e6212aeb45cacf3aae076b13d7a5d8 100644 (file)
@@ -20,6 +20,14 @@ have questions or comments, the `LLVM Developer's Mailing List
 <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ is a good place to send
 them.
 
+New Versioning Scheme
+=====================
+Starting with this release, LLVM is using a
+`new versioning scheme <http://blog.llvm.org/2016/12/llvms-new-versioning-scheme.html>`_,
+increasing the major version number with each major release. Stable updates to
+this release will be versioned 4.0.x, and the next major release, six months
+from now, will be version 5.0.0.
+
 Non-comprehensive list of changes in this release
 =================================================
 * Minimum compiler version to build has been raised to GCC 4.8 and VS 2015.