summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Mumford <cmumford@google.com>2019-05-03 12:55:26 -0700
committerChris Mumford <cmumford@google.com>2019-05-03 13:24:26 -0700
commit78b39d68c15ba020c0d60a3906fb66dbf1697595 (patch)
tree33652d843dfc2b2658652544ca48a010387a7075 /include
parent9bd23c767601a2420478eec158927882b879bada (diff)
downloadleveldb-78b39d68c15ba020c0d60a3906fb66dbf1697595.tar.gz
Bump the version number from 1.21 to 1.22.1.22
PiperOrigin-RevId: 246558281
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 e52a5b6..ea3d9e5 100644
--- a/include/leveldb/db.h
+++ b/include/leveldb/db.h
@@ -16,7 +16,7 @@ namespace leveldb {
// Update CMakeLists.txt if you change these
static const int kMajorVersion = 1;
-static const int kMinorVersion = 21;
+static const int kMinorVersion = 22;
struct Options;
struct ReadOptions;