Increasing API version to 8
Needed because of recent changes to Diagnostic struct etc.
This commit is contained in:
parent
9656fac2f4
commit
e5abbdb540
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user