summaryrefslogtreecommitdiff
path: root/src/database/include/database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include/database.hpp')
-rw-r--r--src/database/include/database.hpp2
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;