docs: Update README with release details for version 3.5.0

This commit is contained in:
Anthony Green 2025-06-08 06:50:47 -04:00
parent 8b0eab28cb
commit cb424c6d41

View File

@ -1,7 +1,7 @@
Status
======
libffi-3.5.0-rc1 was released on June 5, 2025. Check the libffi web
libffi-3.5.0 was released on June 8, 2025. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
@ -203,7 +203,7 @@ History
See the git log for details at http://github.com/libffi/libffi.
Next Version TBD
3.5.0 Jun-8-2025
Add FFI_VERSION_STRING and FFI_VERSION_NUMBER macros, as well
as ffi_get_version() and ffi_get_version_number() functions.
Fix closures on powerpc64-linux when statically linking.