summaryrefslogtreecommitdiff
path: root/include/leveldb/db.h
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2016-08-10 17:05:16 -0700
committerChris Mumford <cmumford@chromium.org>2016-08-11 07:33:30 -0700
commit3080a45b626f8ddb474bc5e860796a48b51b3cf0 (patch)
treed52c5d8ea8fffe311f4ab439e66eb5719fc34088 /include/leveldb/db.h
parentfa6dc010a20b6eb175d92d05651972651278e06f (diff)
downloadleveldb-3080a45b626f8ddb474bc5e860796a48b51b3cf0.tar.gz
Increase leveldb version to 1.19.v1.19
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129930720
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 53c7068..9752cba 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 = 18;
+static const int kMinorVersion = 19;
struct Options;
struct ReadOptions;