From e976fd3fe62c98be29c4389ba6700a4a1fb8e0ae Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 18 Apr 2017 17:24:41 -0500 Subject: [PATCH] Upgrade FileStore format verion due to addition of packed attribute --- src/ox/fs/filestore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/fs/filestore.hpp b/src/ox/fs/filestore.hpp index f21512fb2..a6319c463 100644 --- a/src/ox/fs/filestore.hpp +++ b/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 = 4; + const static auto VERSION = 5; private: uint16_t m_version;