Ver a proveniência

update version number to 1.5

main
Sanjay Ghemawat há 12 anos
ascendente
cometimento
dd0d562b4d
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      Makefile
  2. +1
    -1
      include/leveldb/db.h

+ 1
- 1
Makefile Ver ficheiro

@ -70,7 +70,7 @@ SHARED = $(SHARED1)
else
# Update db.h if you change these.
SHARED_MAJOR = 1
SHARED_MINOR = 4
SHARED_MINOR = 5
SHARED1 = libleveldb.$(PLATFORM_SHARED_EXT)
SHARED2 = $(SHARED1).$(SHARED_MAJOR)
SHARED3 = $(SHARED1).$(SHARED_MAJOR).$(SHARED_MINOR)

+ 1
- 1
include/leveldb/db.h Ver ficheiro

@ -14,7 +14,7 @@ namespace leveldb {
// Update Makefile if you change these
static const int kMajorVersion = 1;
static const int kMinorVersion = 4;
static const int kMinorVersion = 5;
struct Options;
struct ReadOptions;

Carregando…
Cancelar
Guardar