summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Grogan <dgrogan@chromium.org>2013-09-19 13:42:22 -0700
committerDavid Grogan <dgrogan@chromium.org>2013-09-19 13:49:19 -0700
commit0b9a89f40efdd143fa1426e7d5cd997f67ba6361 (patch)
tree3513ea54d2152319766576a2953fcb53d5089753 /include
parent748539c183453bdeaff1eb0da8ccf5adacb796e7 (diff)
downloadleveldb-0b9a89f40efdd143fa1426e7d5cd997f67ba6361.tar.gz
Release LevelDB 1.14v1.14
Fix issues 200, 201 Also, * Fix link to bigtable paper in docs. * New sstables will have the file extension .ldb. .sst files will continue to be recognized. * When building for iOS, use xcrun to execute the compiler. This may affect issue 177.
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 57c00a5..259a81f 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 = 13;
+static const int kMinorVersion = 14;
struct Options;
struct ReadOptions;