summaryrefslogtreecommitdiff
path: root/include/leveldb/db.h
diff options
context:
space:
mode:
authorDavid Grogan <dgrogan@chromium.org>2014-02-10 11:36:06 -0800
committerDavid Grogan <dgrogan@chromium.org>2014-02-10 11:36:06 -0800
commit269fc6ca9416129248db5ca57050cd5d39d177c8 (patch)
tree3ce40dc0842e853db96c15f2372ea3d92ef8e140 /include/leveldb/db.h
parent0cfb990d58ffba9b56df6e9829ddb9d220824066 (diff)
downloadleveldb-269fc6ca9416129248db5ca57050cd5d39d177c8.tar.gz
Release LevelDB 1.16v1.16
- Make Log::Reader not report a corruption when the last record in a log file is truncated. - Fix issue 224: variable created but not utilized. - Remove comment that referenced a removed feature.
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 5ffb29d..4f3a851 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 = 15;
+static const int kMinorVersion = 16;
struct Options;
struct ReadOptions;