[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)
llvm-svn: 166984

clang/include/clang-c/Index.h

index 787794c..299fa8f 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)                       \