[libcxx-commits] [PATCH] D60464: [pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notes

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 15 08:44:33 PDT 2019


ldionne added a comment.

In D60464#1466924 <https://reviews.llvm.org/D60464#1466924>, @MikeDvorskiy wrote:

> > // The version is XYYZ, where X is major, YY is minor, and Z is patch (i.e. X.YY.Z)
>
> What does a "patch" mean?
>  May we increment(and rely on) _PSTL_VERSION_PATCH  any time when we submitted something fixes or new features?


The way I see this used in LLVM is for point releases, e.g. LLVM 7.0.1 (see http://releases.llvm.org). We don't seem to be using the MINOR version anymore though.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60464/new/

https://reviews.llvm.org/D60464





More information about the libcxx-commits mailing list