Skip to content

Commit 3a0bf87

Browse files
committed
Change RocksDB version to 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
1 parent 77318ee commit 3a0bf87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rocksdb Change Log
22

3-
## Unreleased
3+
## 4.1.0 (10/8/2015)
44
### New Features
55
* Added single delete operation as a more efficient way to delete keys that have not been overwritten.
66
* 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.

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#pragma once
66

77
#define ROCKSDB_MAJOR 4
8-
#define ROCKSDB_MINOR 0
8+
#define ROCKSDB_MINOR 1
99
#define ROCKSDB_PATCH 0
1010

1111
// Do not use these. We made the mistake of declaring macros starting with

0 commit comments

Comments
 (0)