]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Change RocksDB version to 4.1 rocksdb-4.1
authorYueh-Hsuan Chiang <yhchiang@fb.com>
Thu, 8 Oct 2015 18:15:18 +0000 (11:15 -0700)
committerYueh-Hsuan Chiang <yhchiang@fb.com>
Thu, 8 Oct 2015 18:15:18 +0000 (11:15 -0700)
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

HISTORY.md
include/rocksdb/version.h

index f4d489b0c598ad97c7ad49ea62b29594d3782d49..7b64daf5fee00f951844e93271b1b03972d1462f 100644 (file)
@@ -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.
index e84e91974e084fcba4a5c0cd7c5bb55ffd0ee1c9..86a19393e0f52e3e8636f91182633f57d92507db 100644 (file)
@@ -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