]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md and version to 7.8.3
authorakankshamahajan <akankshamahajan@fb.com>
Tue, 29 Nov 2022 14:51:03 +0000 (06:51 -0800)
committerakankshamahajan <akankshamahajan@fb.com>
Tue, 29 Nov 2022 14:51:03 +0000 (06:51 -0800)
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

HISTORY.md
include/rocksdb/version.h

index 39942b146d6601d12fba1062cfedb9a154f8c929..fbb348354e20a5196e326837107c23c7b4e4f5f0 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 7.8.3 (11/29/2022)
 * Revert an internal change in 7.8.0 associated with some memory usage churn.
 
 ## 7.8.2 (11/27/2022)
index 165a5f512d2e5edaa781b50fd032c52635055c3c..4c5cfe5f5ef23d985e6fc11cfaca04422dd530fa 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 7
 #define ROCKSDB_MINOR 8
-#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