Skip to content

Commit c2f68bc

Browse files
AaronBallmantru
authored andcommitted
Bump CINDEX_VERSION_MINOR due to additional APIs
0a51bc7 added a new API to libclang but forgot to bump the minor version number. There is no reasonable way to test this change, hence the lack of test coverage. (cherry picked from commit 79571aa)
1 parent d8bf7d2 commit c2f68bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang-c/Index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* compatible, thus CINDEX_VERSION_MAJOR is expected to remain stable.
3535
*/
3636
#define CINDEX_VERSION_MAJOR 0
37-
#define CINDEX_VERSION_MINOR 62
37+
#define CINDEX_VERSION_MINOR 63
3838

3939
#define CINDEX_VERSION_ENCODE(major, minor) (((major)*10000) + ((minor)*1))
4040

0 commit comments

Comments
 (0)