summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2016-08-10 17:05:16 -0700
committerChris Mumford <cmumford@chromium.org>2016-08-11 07:33:30 -0700
commit3080a45b626f8ddb474bc5e860796a48b51b3cf0 (patch)
treed52c5d8ea8fffe311f4ab439e66eb5719fc34088
parentfa6dc010a20b6eb175d92d05651972651278e06f (diff)
downloadleveldb-1.19.tar.gz
Increase leveldb version to 1.19.v1.19
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129930720
-rw-r--r--Makefile2
-rw-r--r--include/leveldb/db.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 299da38..07a5a1e 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ SHARED_MEMENVLIB = $(SHARED_OUTDIR)/libmemenv.a
else
# Update db.h if you change these.
SHARED_VERSION_MAJOR = 1
-SHARED_VERSION_MINOR = 18
+SHARED_VERSION_MINOR = 19
SHARED_LIB1 = libleveldb.$(PLATFORM_SHARED_EXT)
SHARED_LIB2 = $(SHARED_LIB1).$(SHARED_VERSION_MAJOR)
SHARED_LIB3 = $(SHARED_LIB1).$(SHARED_VERSION_MAJOR).$(SHARED_VERSION_MINOR)
diff --git a/include/leveldb/db.h b/include/leveldb/db.h
index 53c7068..9752cba 100644
--- a/include/leveldb/db.h
+++ b/include/leveldb/db.h
@@ -14,7 +14,7 @@ namespace leveldb {
// Update Makefile if you change these
static const int kMajorVersion = 1;
-static const int kMinorVersion = 18;
+static const int kMinorVersion = 19;
struct Options;
struct ReadOptions;