Skip to content

Commit a53934a

Browse files
pwnallcmumford
authored andcommittedMar 2, 2017
Increase leveldb version to 1.20.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148937577
1 parent f3f1397 commit a53934a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ SHARED_MEMENVLIB = $(SHARED_OUTDIR)/libmemenv.a
122122
else
123123
# Update db.h if you change these.
124124
SHARED_VERSION_MAJOR = 1
125-
SHARED_VERSION_MINOR = 19
125+
SHARED_VERSION_MINOR = 20
126126
SHARED_LIB1 = libleveldb.$(PLATFORM_SHARED_EXT)
127127
SHARED_LIB2 = $(SHARED_LIB1).$(SHARED_VERSION_MAJOR)
128128
SHARED_LIB3 = $(SHARED_LIB1).$(SHARED_VERSION_MAJOR).$(SHARED_VERSION_MINOR)

‎include/leveldb/db.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace leveldb {
1414

1515
// Update Makefile if you change these
1616
static const int kMajorVersion = 1;
17-
static const int kMinorVersion = 19;
17+
static const int kMinorVersion = 20;
1818

1919
struct Options;
2020
struct ReadOptions;

0 commit comments

Comments
 (0)