summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dillinger <peterd@meta.com>2024-02-27 16:24:11 -0800
committerPeter Dillinger <peterd@meta.com>2024-02-27 16:24:11 -0800
commitc2467b141e840fdba5b3a1810763043e56449fb9 (patch)
tree932af096f9a6e6aa16cff515ed59b1d8bcb1fb0a
parentef0cadd38f4ba16ef802f9a4d7ec899b524e951e (diff)
Update version.h and HISTORY for 8.11.3v8.11.3
-rw-r--r--HISTORY.md3
-rw-r--r--include/rocksdb/version.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 0a2169e00..60cd18ced 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,9 @@
# Rocksdb Change Log
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
+## 8.11.3 (02/27/2024)
+* Correct CMake Javadoc and source jar builds
+
## 8.11.2 (02/16/2024)
* Update zlib to 1.3.1 for Java builds
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 7a5e395f7..05600b1fc 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -13,7 +13,7 @@
// minor or major version number planned for release.
#define ROCKSDB_MAJOR 8
#define ROCKSDB_MINOR 11
-#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