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