Skip to content

Commit 6243638

Browse files
Improve comments
1 parent 1af29da commit 6243638

23 files changed

+355
-2
lines changed

native/binary_version.hh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Defines the current on-disk binary format version.
2+
//
3+
// This header centralizes the format version used to validate database
4+
// compatibility at load time.
15
#pragma once
26

37
const int CURRENT_BINARY_VERSION = 2;

0 commit comments

Comments
 (0)