Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 72b56fd

Browse files
authoredMay 9, 2023
FlatBuffers Version 23.5.9 (#7945)
1 parent 63b7b25 commit 72b56fd

File tree

185 files changed

+245
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+245
-241
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All major or breaking changes will be documented in this file, as well as any
44
new features that should be highlighted. Minor fixes or improvements are not
55
necessarily listed.
66

7+
## [23.5.9 (May 9 2023)](https://github.com/google/flatbuffers/releases/tag/v23.5.9)
8+
9+
* 64-bit support for C++ (#7935)
10+
711
## [23.5.8 (May 8 2023)](https://github.com/google/flatbuffers/releases/tag/v23.5.8)
812

913
* add key_field to compiled tests

‎CMake/Version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(VERSION_MAJOR 23)
22
set(VERSION_MINOR 5)
3-
set(VERSION_PATCH 8)
3+
set(VERSION_PATCH 9)
44
set(VERSION_COMMIT 0)
55

66
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")

0 commit comments

Comments
 (0)
Please sign in to comment.