summaryrefslogtreecommitdiff
path: root/pstl/include
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-07-18 11:51:05 +0000
committerHans Wennborg <hans@hanshq.net>2019-07-18 11:51:05 +0000
commit8f5b44aead89a56c6fbf85ccfda03ae1e82ac431 (patch)
tree56db98911746050fa21ff6686b53ea43e72cf652 /pstl/include
parentc89a3d78f43d81b9cff7b9248772ddf14d21b749 (diff)
downloadllvm-8f5b44aead89a56c6fbf85ccfda03ae1e82ac431.tar.gz
Bump the trunk version to 10.0.0svnllvmorg-10-init
and clear the release notes. llvm-svn: 366427
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 50267cfddbd7..31dd47acfc72 100644
--- a/pstl/include/pstl/internal/pstl_config.h
+++ b/pstl/include/pstl/internal/pstl_config.h
@@ -11,7 +11,7 @@
#define _PSTL_CONFIG_H
// The version is XYYZ, where X is major, YY is minor, and Z is patch (i.e. X.YY.Z)
-#define _PSTL_VERSION 9000
+#define _PSTL_VERSION 10000
#define _PSTL_VERSION_MAJOR (_PSTL_VERSION / 1000)
#define _PSTL_VERSION_MINOR ((_PSTL_VERSION % 1000) / 10)
#define _PSTL_VERSION_PATCH (_PSTL_VERSION % 10)