We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0cadd commit c2467b1Copy full SHA for c2467b1
HISTORY.md
@@ -1,6 +1,9 @@
1
# Rocksdb Change Log
2
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
3
4
+## 8.11.3 (02/27/2024)
5
+* Correct CMake Javadoc and source jar builds
6
+
7
## 8.11.2 (02/16/2024)
8
* Update zlib to 1.3.1 for Java builds
9
include/rocksdb/version.h
@@ -13,7 +13,7 @@
13
// minor or major version number planned for release.
14
#define ROCKSDB_MAJOR 8
15
#define ROCKSDB_MINOR 11
16
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
17
18
// Do not use these. We made the mistake of declaring macros starting with
19
// double underscore. Now we have to live with our choice. We'll deprecate these
0 commit comments