From e5abbdb540e6cfb7579234d6613cf8d82b138fc6 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sat, 4 Jan 2014 20:49:05 -0800 Subject: [PATCH] Increasing API version to 8 Needed because of recent changes to Diagnostic struct etc. --- cpp/ycm/versioning.cpp | 2 +- python/ycm/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/ycm/versioning.cpp b/cpp/ycm/versioning.cpp index 0007ff2e..d3bbfa46 100644 --- a/cpp/ycm/versioning.cpp +++ b/cpp/ycm/versioning.cpp @@ -20,7 +20,7 @@ namespace YouCompleteMe { int YcmCoreVersion() { // We increment this every time when we want to force users to recompile // ycm_core. - return 7; + return 8; } } // namespace YouCompleteMe diff --git a/python/ycm/base.py b/python/ycm/base.py index 2e172d98..0c7702b7 100644 --- a/python/ycm/base.py +++ b/python/ycm/base.py @@ -187,7 +187,7 @@ def OverlapLength( left_string, right_string ): length += 1 -COMPATIBLE_WITH_CORE_VERSION = 7 +COMPATIBLE_WITH_CORE_VERSION = 8 def CompatibleWithYcmCore(): try: