summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcostan <costan@google.com>2017-03-01 15:14:49 -0800
committerChris Mumford <cmumford@chromium.org>2017-03-01 16:08:02 -0800
commita53934a3ae1244679f812d998a4f16f2c7f309a6 (patch)
treecb94fc0f5c1fba3f3e2f744402b37686eb9e070a /include
parentf3f139737c666e558864ca8b473959be203edaf6 (diff)
downloadleveldb-a53934a3ae1244679f812d998a4f16f2c7f309a6.tar.gz
Increase leveldb version to 1.20.v1.20
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148937577
Diffstat (limited to 'include')
-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 9752cba..bfab10a 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 = 19;
+static const int kMinorVersion = 20;
struct Options;
struct ReadOptions;