Selaa lähdekoodia

Increasing API version to 8

Needed because of recent changes to Diagnostic struct etc.
Strahinja Val Markovic 11 vuotta sitten
vanhempi
commit
e5abbdb540
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      cpp/ycm/versioning.cpp
  2. 1 1
      python/ycm/base.py

+ 1 - 1
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

+ 1 - 1
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: