summaryrefslogtreecommitdiff
path: root/pstl/test/pstl/version.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pstl/test/pstl/version.pass.cpp')
-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 8d462e00db63..820dabcc243e 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 == 16000);
-static_assert(_PSTL_VERSION_MAJOR == 16);
+static_assert(_PSTL_VERSION == 17000);
+static_assert(_PSTL_VERSION_MAJOR == 17);
static_assert(_PSTL_VERSION_MINOR == 00);
static_assert(_PSTL_VERSION_PATCH == 0);