Skip to content

Commit dd0d562

Browse files
committed
update version number to 1.5
1 parent b914f91 commit dd0d562

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
@@ -70,7 +70,7 @@ SHARED = $(SHARED1)
7070
else
7171
# Update db.h if you change these.
7272
SHARED_MAJOR = 1
73-
SHARED_MINOR = 4
73+
SHARED_MINOR = 5
7474
SHARED1 = libleveldb.$(PLATFORM_SHARED_EXT)
7575
SHARED2 = $(SHARED1).$(SHARED_MAJOR)
7676
SHARED3 = $(SHARED1).$(SHARED_MAJOR).$(SHARED_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 = 4;
17+
static const int kMinorVersion = 5;
1818

1919
struct Options;
2020
struct ReadOptions;

0 commit comments

Comments
 (0)