Update LevelDB to 1.12

Squashed 'Subtrees/leveldb/' changes from 5bbb544..ab82e57
ab82e57 Release leveldb 1.12
02c6259 Release leveldb 1.11

git-subtree-dir: Subtrees/leveldb
git-subtree-split: ab82e57287e5f811f8b66774cc2a1d2979744c8c
This commit is contained in:
Vinnie Falco
2013-06-22 12:00:23 -07:00
parent 1cb5fb6c6c
commit fcb4c35fce
10 changed files with 166 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ namespace leveldb {
// Update Makefile if you change these
static const int kMajorVersion = 1;
static const int kMinorVersion = 10;
static const int kMinorVersion = 12;
struct Options;
struct ReadOptions;