Skip to content

Commit

Permalink
update HISTORY.md and version.h for 8.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkr committed Apr 9, 2024
1 parent 4db41ec commit 5c2be54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Rocksdb Change Log
> NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt`
## 8.11.4 (04/09/2024)
### Bug Fixes
* Fixed CMake Javadoc build
* Fixed Java `SstFileMetaData` to prevent throwing `java.lang.NoSuchMethodError`

## 8.11.3 (02/27/2024)
* Correct CMake Javadoc and source jar builds

Expand Down
2 changes: 1 addition & 1 deletion include/rocksdb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// minor or major version number planned for release.
#define ROCKSDB_MAJOR 8
#define ROCKSDB_MINOR 11
#define ROCKSDB_PATCH 3
#define ROCKSDB_PATCH 4

// 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
Expand Down
1 change: 0 additions & 1 deletion unreleased_history/bug_fixes/cmake_javadoc_build.md

This file was deleted.

1 change: 0 additions & 1 deletion unreleased_history/bug_fixes/java_fix_sstfilemetadata.md

This file was deleted.

0 comments on commit 5c2be54

Please sign in to comment.