summaryrefslogtreecommitdiff
path: root/include/leveldb/db.h
diff options
context:
space:
mode:
authorDavid Grogan <dgrogan@chromium.org>2013-01-07 13:17:43 -0800
committerDavid Grogan <dgrogan@chromium.org>2013-01-07 13:17:43 -0800
commitd84c825a70a843bb107de8b732cb79e584cefd17 (patch)
treee6f4a43027dcf8cb224e7c58ab563187fd73b6b9 /include/leveldb/db.h
parentea2e9195fc241c8fe9f329679d7a424345c68c7b (diff)
downloadleveldb-d84c825a70a843bb107de8b732cb79e584cefd17.tar.gz
Fix corruption bug found and analyzed by dhruba@gmail.comv1.9
https://groups.google.com/d/msg/leveldb/Kc9JxuIUu5A/9P0N9RL4ar8J
Diffstat (limited to 'include/leveldb/db.h')
-rw-r--r--include/leveldb/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/leveldb/db.h b/include/leveldb/db.h
index f1e70a0..29d3674 100644
--- a/include/leveldb/db.h
+++ b/include/leveldb/db.h
@@ -14,7 +14,7 @@ namespace leveldb {
// Update Makefile if you change these
static const int kMajorVersion = 1;
-static const int kMinorVersion = 8;
+static const int kMinorVersion = 9;
struct Options;
struct ReadOptions;