From e7de24764e1557392806164f6dca05146b5975e2 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Tue, 7 Nov 2017 01:01:37 -0800 Subject: [PATCH] Increase indexed file version --- src/indexer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indexer.cc b/src/indexer.cc index 19b3ea7a..5cbde5e4 100644 --- a/src/indexer.cc +++ b/src/indexer.cc @@ -264,7 +264,7 @@ std::string GetDocumentContentInRange(CXTranslationUnit cx_tu, } // namespace // static -int IndexFile::kCurrentVersion = 4; +int IndexFile::kCurrentVersion = 5; IndexFile::IndexFile(const std::string& path) : id_cache(path), path(path) { // TODO: Reconsider if we should still be reusing the same id_cache.