Skip to content

Commit 72cb8fa

Browse files
Bump measureme file format version after switching to 5-byte encoding for string refs.
1 parent ce5c7e7 commit 72cb8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

measureme/src/file_header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::convert::TryInto;
55
use std::error::Error;
66
use std::path::Path;
77

8-
pub const CURRENT_FILE_FORMAT_VERSION: u32 = 6;
8+
pub const CURRENT_FILE_FORMAT_VERSION: u32 = 7;
99

1010
pub const FILE_MAGIC_TOP_LEVEL: &[u8; 4] = b"MMPD";
1111
pub const FILE_MAGIC_EVENT_STREAM: &[u8; 4] = b"MMES";

0 commit comments

Comments
 (0)