Skip to content

Commit a086ac3

Browse files
committed
Bump TocSerialisationVersion to 3
1 parent edfbd45 commit a086ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fdb5/toc/TocSerialisationVersion.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ unsigned int TocSerialisationVersion::latest() {
6565
}
6666

6767
unsigned int TocSerialisationVersion::defaulted() {
68-
return 2;
68+
return 3;
6969
}
7070

7171
unsigned int TocSerialisationVersion::used() const {

0 commit comments

Comments
 (0)