aboutsummaryrefslogtreecommitdiff
path: root/include/leveldb
diff options
context:
space:
mode:
Diffstat (limited to 'include/leveldb')
-rw-r--r--include/leveldb/c.h1
-rw-r--r--include/leveldb/db.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/leveldb/c.h b/include/leveldb/c.h
index 1fa5886..1048fe3 100644
--- a/include/leveldb/c.h
+++ b/include/leveldb/c.h
@@ -9,7 +9,6 @@
Does not support:
. getters for the option types
. custom comparators that implement key shortening
- . capturing post-write-snapshot
. custom iter, db, env, cache implementations using just the C bindings
Some conventions:
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;