summaryrefslogtreecommitdiff
path: root/pstl/include
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2021-01-26 19:37:08 -0800
committerTom Stellard <tstellar@redhat.com>2021-01-26 19:37:55 -0800
commit5369517d20dd362a178a1b2d6c398d8898ee4620 (patch)
tree6ef10faece050bed2e7334eda439fc02fc154948 /pstl/include
parent8e464dd76befbc4a39a1d21968a3d5f543e29312 (diff)
downloadllvm-5369517d20dd362a178a1b2d6c398d8898ee4620.tar.gz
Bump the trunk major version to 13llvmorg-13-init
and clear the release notes.
Diffstat (limited to 'pstl/include')
-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 fc04b6d47202..88fa2d17fae1 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 12000
+#define _PSTL_VERSION 13000
#define _PSTL_VERSION_MAJOR (_PSTL_VERSION / 1000)
#define _PSTL_VERSION_MINOR ((_PSTL_VERSION % 1000) / 10)
#define _PSTL_VERSION_PATCH (_PSTL_VERSION % 10)