Increasing API version to 8

Needed because of recent changes to Diagnostic struct etc.
This commit is contained in:
Strahinja Val Markovic 2014-01-04 20:49:05 -08:00
parent 9656fac2f4
commit e5abbdb540
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ namespace YouCompleteMe {
int YcmCoreVersion() { int YcmCoreVersion() {
// We increment this every time when we want to force users to recompile // We increment this every time when we want to force users to recompile
// ycm_core. // ycm_core.
return 7; return 8;
} }
} // namespace YouCompleteMe } // namespace YouCompleteMe

View File

@ -187,7 +187,7 @@ def OverlapLength( left_string, right_string ):
length += 1 length += 1
COMPATIBLE_WITH_CORE_VERSION = 7 COMPATIBLE_WITH_CORE_VERSION = 8
def CompatibleWithYcmCore(): def CompatibleWithYcmCore():
try: try: