Skip to content

Commit 1b42e91

Browse files
authored
Merge pull request #5536 from bnbarham/cherry-bump-indexstore-20221013
[stable/20221013] Bump the indexstore minor version for the concepts addition
2 parents b90130d + 3ef01f2 commit 1b42e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/indexstore/indexstore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* INDEXSTORE_VERSION_MAJOR is intended for "major" source/ABI breaking changes.
2626
*/
2727
#define INDEXSTORE_VERSION_MAJOR 0
28-
#define INDEXSTORE_VERSION_MINOR 13
28+
#define INDEXSTORE_VERSION_MINOR 14 /* added C++ concept */
2929

3030
#define INDEXSTORE_VERSION_ENCODE(major, minor) ( \
3131
((major) * 10000) \

0 commit comments

Comments
 (0)