mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-19 09:17:21 -04:00
Bump FS minor version (due to path separator addition)
This commit is contained in:
parent
ae69f12659
commit
795ae323fa
@ -65,7 +65,7 @@ struct iovec_read_buf {
|
||||
};
|
||||
|
||||
constexpr uint8_t MAJOR_VERSION = 2;
|
||||
constexpr uint8_t MINOR_VERSION = 4;
|
||||
constexpr uint8_t MINOR_VERSION = 5;
|
||||
|
||||
enum class section_type : uint16_t {
|
||||
BLOCK = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user