summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Mumford <cmumford@google.com>2019-03-29 14:36:59 -0700
committerVictor Costan <pwnall@chromium.org>2019-03-29 14:37:39 -0700
commit56178ddaf4d3ba6c8d1cfb218610b1be3f5aa710 (patch)
treeaea5e566b69512b14995d6097e64eb43ad88ffde /include
parent35619d248d909b197f68226c7d0a9ff947b82e8a (diff)
downloadleveldb-56178ddaf4d3ba6c8d1cfb218610b1be3f5aa710.tar.gz
Update the version to 1.21 in preparation for a new release.1.21
PiperOrigin-RevId: 241053616
Diffstat (limited to 'include')
-rw-r--r--include/leveldb/db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/leveldb/db.h b/include/leveldb/db.h
index 84c32bc..0239593 100644
--- a/include/leveldb/db.h
+++ b/include/leveldb/db.h
@@ -13,9 +13,9 @@
namespace leveldb {
-// Update Makefile if you change these
+// Update CMakeLists.txt if you change these
static const int kMajorVersion = 1;
-static const int kMinorVersion = 20;
+static const int kMinorVersion = 21;
struct Options;
struct ReadOptions;