Increment index version

This commit is contained in:
Jacob Dufault 2017-05-23 00:52:20 -07:00
parent 37787290cb
commit 6c66beb0fa

View File

@ -504,7 +504,7 @@ MAKE_REFLECT_STRUCT(IndexInclude, line, resolved_path);
struct IndexFile { struct IndexFile {
IdCache id_cache; IdCache id_cache;
static constexpr int kCurrentVersion = 2; static constexpr int kCurrentVersion = 3;
int version = 0; int version = 0;
std::string path; std::string path;