]> granicus.if.org Git - clang/commitdiff
[libclang] Bump the version number of the libclang API.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 29 Oct 2012 23:53:52 +0000 (23:53 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 29 Oct 2012 23:53:52 +0000 (23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166984 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index 787794ca9ffe982f911ceaf29f714bcf4e206e5b..299fa8f98bd4940551ba694fd69a8a8a953bc87f 100644 (file)
@@ -24,7 +24,7 @@
 #include "clang-c/CXString.h"
 
 #define CINDEX_VERSION_MAJOR 0
-#define CINDEX_VERSION_MINOR 1
+#define CINDEX_VERSION_MINOR 5
 
 #define CINDEX_VERSION_ENCODE(major, minor) ( \
       ((major) * 10000)                       \