]> granicus.if.org Git - clang/commitdiff
Bump libclang API version after r262318
authorKevin Funk <kfunk@kde.org>
Tue, 8 Mar 2016 10:34:23 +0000 (10:34 +0000)
committerKevin Funk <kfunk@kde.org>
Tue, 8 Mar 2016 10:34:23 +0000 (10:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262922 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index c56b3ff748c8fae62807d5f81335ef7ada7c5daf..9c5c6807b298aa1226d9e37e48371a775c89fd80 100644 (file)
@@ -32,7 +32,7 @@
  * compatible, thus CINDEX_VERSION_MAJOR is expected to remain stable.
  */
 #define CINDEX_VERSION_MAJOR 0
-#define CINDEX_VERSION_MINOR 33
+#define CINDEX_VERSION_MINOR 34
 
 #define CINDEX_VERSION_ENCODE(major, minor) ( \
       ((major) * 10000)                       \