Skip to content

Commit f1ebd4c

Browse files
committed
Increase version number due to added padding elements.
1 parent 56e0e05 commit f1ebd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtrace/src/trace.container.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace SerializedTrace {
6767
const uint64_t meta_offset = 56LL;
6868

6969
const uint64_t lowest_supported_version = 2LL;
70-
const uint64_t highest_supported_version = 3LL;
70+
const uint64_t highest_supported_version = 4LL;
7171

7272

7373
class TraceException: public std::exception

0 commit comments

Comments
 (0)