aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-10-29 23:53:52 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-10-29 23:53:52 +0000
commitbf69d7146acaea1502d8e10bfe8d4ffe72a83e79 (patch)
treef5fc2d4d0f0749c791261f323d2e983a1153a9fa
parent2902829d27ca3d3bb24d55dd99e8a218cc3a415f (diff)
[libclang] Bump the version number of the libclang API.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166984 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang-c/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index 787794ca9f..299fa8f98b 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -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) \