]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md and version.h for 6.13.3 v6.13.3
authorJay Zhuang <zjay@fb.com>
Wed, 14 Oct 2020 00:46:31 +0000 (17:46 -0700)
committerJay Zhuang <zjay@fb.com>
Wed, 14 Oct 2020 16:29:38 +0000 (09:29 -0700)
HISTORY.md
include/rocksdb/version.h

index 911e3ac99588054f814566d4bede2b1329f46a85..2b554edd244d7f41c7731f6c2d5f75b86fe3aaae 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.13.3 (10/14/2020)
 ### Bug Fixes
 * Fix a bug that could cause a stalled write to crash with mixed of slowdown and no_slowdown writes (`WriteOptions.no_slowdown=true`).
 
index 10f1d568f634a554f150ceeb1ce622a03bdb83bb..c1fef2fb2021ba2665c69a1c54b9b039e72f0567 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 13
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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