summaryrefslogtreecommitdiff
path: root/pstl/test
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2020-07-15 11:40:53 +0200
committerHans Wennborg <hans@chromium.org>2020-07-15 12:05:05 +0200
commit7ab7b979d29e1e43701cf690f5cf1903740f50e3 (patch)
treecf5137f9958eb4b5db9c2131a3f984e96891768c /pstl/test
parent2e10b7a39b930ef8d9c4362509d8835b221fbc0a (diff)
downloadllvm-7ab7b979d29e1e43701cf690f5cf1903740f50e3.tar.gz
Bump the trunk major version to 12llvmorg-12-init
and clear the release notes.
Diffstat (limited to 'pstl/test')
-rw-r--r--pstl/test/pstl/version.pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pstl/test/pstl/version.pass.cpp b/pstl/test/pstl/version.pass.cpp
index c47ef149acb7..92d06cb426b9 100644
--- a/pstl/test/pstl/version.pass.cpp
+++ b/pstl/test/pstl/version.pass.cpp
@@ -8,8 +8,8 @@
#include <pstl/internal/pstl_config.h>
-static_assert(_PSTL_VERSION == 11000);
-static_assert(_PSTL_VERSION_MAJOR == 11);
+static_assert(_PSTL_VERSION == 12000);
+static_assert(_PSTL_VERSION_MAJOR == 12);
static_assert(_PSTL_VERSION_MINOR == 00);
static_assert(_PSTL_VERSION_PATCH == 0);