Bump ycm_core.so API version
This commit is contained in:
parent
08a9ff59b6
commit
9698bf8789
@ -46,7 +46,7 @@ int YcmCoreVersion()
|
||||
{
|
||||
// We increment this every time when we want to force users to recompile
|
||||
// ycm_core.
|
||||
return 4;
|
||||
return 5;
|
||||
}
|
||||
|
||||
|
||||
|
@ -147,7 +147,7 @@ def AdjustCandidateInsertionText( candidates ):
|
||||
return new_candidates
|
||||
|
||||
|
||||
COMPATIBLE_WITH_CORE_VERSION = 4
|
||||
COMPATIBLE_WITH_CORE_VERSION = 5
|
||||
|
||||
def CompatibleWithYcmCore():
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user