diff options
Diffstat (limited to 'src/database/include/database.hpp')
| -rw-r--r-- | src/database/include/database.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp index 783d3872..0aec4c44 100644 --- a/src/database/include/database.hpp +++ b/src/database/include/database.hpp @@ -35,6 +35,8 @@ namespace database { +const uint8_t kCurrentDbVersion = 5; + struct SearchKey; class Record; class Iterator; |
