Commit a53934a authored and committed Mar 2, 2017
1 parent f3f1397 commit a53934a Copy full SHA for a53934a
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ SHARED_MEMENVLIB = $(SHARED_OUTDIR)/libmemenv.a
122
122
else
123
123
# Update db.h if you change these.
124
124
SHARED_VERSION_MAJOR = 1
125
- SHARED_VERSION_MINOR = 19
125
+ SHARED_VERSION_MINOR = 20
126
126
SHARED_LIB1 = libleveldb.$(PLATFORM_SHARED_EXT )
127
127
SHARED_LIB2 = $(SHARED_LIB1 ) .$(SHARED_VERSION_MAJOR )
128
128
SHARED_LIB3 = $(SHARED_LIB1 ) .$(SHARED_VERSION_MAJOR ) .$(SHARED_VERSION_MINOR )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace leveldb {
14
14
15
15
// Update Makefile if you change these
16
16
static const int kMajorVersion = 1 ;
17
- static const int kMinorVersion = 19 ;
17
+ static const int kMinorVersion = 20 ;
18
18
19
19
struct Options ;
20
20
struct ReadOptions ;
You can’t perform that action at this time.
0 commit comments