We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b914f91 commit dd0d562Copy full SHA for dd0d562
Makefile
@@ -70,7 +70,7 @@ SHARED = $(SHARED1)
70
else
71
# Update db.h if you change these.
72
SHARED_MAJOR = 1
73
-SHARED_MINOR = 4
+SHARED_MINOR = 5
74
SHARED1 = libleveldb.$(PLATFORM_SHARED_EXT)
75
SHARED2 = $(SHARED1).$(SHARED_MAJOR)
76
SHARED3 = $(SHARED1).$(SHARED_MAJOR).$(SHARED_MINOR)
include/leveldb/db.h
@@ -14,7 +14,7 @@ namespace leveldb {
14
15
// Update Makefile if you change these
16
static const int kMajorVersion = 1;
17
-static const int kMinorVersion = 4;
+static const int kMinorVersion = 5;
18
19
struct Options;
20
struct ReadOptions;
0 commit comments