]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update version.h and HISTORY.md for 7.1.1 v7.1.1
authorakankshamahajan <akankshamahajan@fb.com>
Thu, 7 Apr 2022 18:38:53 +0000 (11:38 -0700)
committerakankshamahajan <akankshamahajan@fb.com>
Thu, 7 Apr 2022 18:38:53 +0000 (11:38 -0700)
HISTORY.md
include/rocksdb/version.h

index 7608ad46ae29040b744b4f4d5a0769da77071f3b..739d0a25e4aa9ae2982241417c6f521eebd38c97 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 7.1.1 (04/07/2022)
 ### Bug Fixes
 * Fix segfault in FilePrefetchBuffer with async_io as it doesn't wait for pending jobs to complete on destruction.
 
index 919c81c2837b93c5559469a892670bca2315b65c..6a0f92c58b470a32112305aa618210ece910a3d1 100644 (file)
@@ -11,7 +11,7 @@
 
 #define ROCKSDB_MAJOR 7
 #define ROCKSDB_MINOR 1
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // Do not use these. We made the mistake of declaring macros starting with
 // double underscore. Now we have to live with our choice. We'll deprecate these