mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 23:25:07 +00:00
Increment index version
This commit is contained in:
parent
37787290cb
commit
6c66beb0fa
@ -504,7 +504,7 @@ MAKE_REFLECT_STRUCT(IndexInclude, line, resolved_path);
|
||||
struct IndexFile {
|
||||
IdCache id_cache;
|
||||
|
||||
static constexpr int kCurrentVersion = 2;
|
||||
static constexpr int kCurrentVersion = 3;
|
||||
int version = 0;
|
||||
|
||||
std::string path;
|
||||
|
Loading…
Reference in New Issue
Block a user