diff options
-rw-r--r-- | pstl/test/pstl/version.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pstl/test/pstl/version.pass.cpp b/pstl/test/pstl/version.pass.cpp index e57569b5010..84210de9849 100644 --- a/pstl/test/pstl/version.pass.cpp +++ b/pstl/test/pstl/version.pass.cpp @@ -9,8 +9,8 @@ #include <pstl/internal/pstl_config.h> -static_assert(_PSTL_VERSION == 9000); -static_assert(_PSTL_VERSION_MAJOR == 9); +static_assert(_PSTL_VERSION == 10000); +static_assert(_PSTL_VERSION_MAJOR == 10); static_assert(_PSTL_VERSION_MINOR == 00); static_assert(_PSTL_VERSION_PATCH == 0); |