]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md and version.h for 6.13.2 v6.13.2
authorAndrew Kryczka <andrewkr@fb.com>
Tue, 13 Oct 2020 16:41:35 +0000 (09:41 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Tue, 13 Oct 2020 16:41:35 +0000 (09:41 -0700)
HISTORY.md
include/rocksdb/version.h

index df262b6ec6339fb88e548cbd2cae75cecbf3ebf7..86b8dd41eb1cf9819357a48cdcb33cdc7274fb8e 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.13.2 (10/13/2020)
 ### Bug Fixes
 * Fix false positive flush/compaction `Status::Corruption` failure when `paranoid_file_checks == true` and range tombstones were written to the compaction output files.
 
index d4fe479e0cd537b30af3281367e0d8656cb35150..10f1d568f634a554f150ceeb1ce622a03bdb83bb 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 13
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
 
 // 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