From 0bc0340c2026d4d36768348487137fc9825c3eae Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 17 Oct 2017 20:51:04 -0500 Subject: [PATCH] Increment FileStore version for inode ID size change --- deps/ox/src/ox/fs/filestore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/src/ox/fs/filestore.hpp b/deps/ox/src/ox/fs/filestore.hpp index d41343b2a..5b4185479 100644 --- a/deps/ox/src/ox/fs/filestore.hpp +++ b/deps/ox/src/ox/fs/filestore.hpp @@ -17,7 +17,7 @@ struct __attribute__((packed)) FileStoreHeader { public: typedef InodeId InodeId_t; typedef FsT FsSize_t; - const static auto VERSION = 6; + const static auto VERSION = 7; private: uint16_t m_version;