summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueh-Hsuan Chiang <yhchiang@fb.com>2015-10-08 11:15:18 -0700
committerYueh-Hsuan Chiang <yhchiang@fb.com>2015-10-08 11:15:18 -0700
commit3a0bf873b544794b79e67245c775a9e265be8d47 (patch)
treef032c15e183ba46b40cb958a7a18aa40b4685d5b
parent77318ee14b9db21267051d08b249c3037235836e (diff)
Change RocksDB version to 4.1rocksdb-4.1
Summary: Change RocksDB version to 4.1 Test Plan: no code change. Reviewers: sdong, anthony, IslamAbdelRahman, igor Reviewed By: igor Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D48387
-rw-r--r--HISTORY.md2
-rw-r--r--include/rocksdb/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index f4d489b0c..7b64daf5f 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,6 @@
# Rocksdb Change Log
-## Unreleased
+## 4.1.0 (10/8/2015)
### New Features
* Added single delete operation as a more efficient way to delete keys that have not been overwritten.
* Added experimental AddFile() to DB interface that allow users to add files created by SstFileWriter into an empty Database, see include/rocksdb/sst_file_writer.h and DB::AddFile() for more info.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index e84e91974..86a19393e 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -5,7 +5,7 @@
#pragma once
#define ROCKSDB_MAJOR 4
-#define ROCKSDB_MINOR 0
+#define ROCKSDB_MINOR 1
#define ROCKSDB_PATCH 0
// Do not use these. We made the mistake of declaring macros starting with