r262922 - Bump libclang API version after r262318

Kevin Funk via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 8 02:34:23 PST 2016


Author: kfunk
Date: Tue Mar  8 04:34:23 2016
New Revision: 262922

URL: http://llvm.org/viewvc/llvm-project?rev=262922&view=rev
Log:
Bump libclang API version after r262318

Modified:
    cfe/trunk/include/clang-c/Index.h

Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=262922&r1=262921&r2=262922&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Tue Mar  8 04:34:23 2016
@@ -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)                       \




More information about the cfe-commits mailing list