mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user