summaryrefslogtreecommitdiff
path: root/pstl/include/pstl/internal/pstl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pstl/include/pstl/internal/pstl_config.h')
-rw-r--r--pstl/include/pstl/internal/pstl_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/include/pstl/internal/pstl_config.h b/pstl/include/pstl/internal/pstl_config.h
index 2c68d2872331..0616332df54b 100644
--- a/pstl/include/pstl/internal/pstl_config.h
+++ b/pstl/include/pstl/internal/pstl_config.h
@@ -13,7 +13,7 @@
#include <__pstl_config_site>
// The version is XYYZ, where X is major, YY is minor, and Z is patch (i.e. X.YY.Z)
-#define _PSTL_VERSION 13000
+#define _PSTL_VERSION 14000
#define _PSTL_VERSION_MAJOR (_PSTL_VERSION / 1000)
#define _PSTL_VERSION_MINOR ((_PSTL_VERSION % 1000) / 10)
#define _PSTL_VERSION_PATCH (_PSTL_VERSION % 10)