Update version.

This commit is contained in:
Anthony Green 2025-06-10 16:03:47 -04:00
parent 330467d55c
commit 90220e51bc
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Status
======
libffi-3.5.0 was released on June 8, 2025. Check the libffi web
libffi-3.5.1 was released on June 10, 2025. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
@ -203,6 +203,9 @@ History
See the git log for details at http://github.com/libffi/libffi.
3.5.1 Jun-10-2025
Fix symbol versioning error.
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.

View File

@ -2,10 +2,10 @@ dnl Process this with autoconf to create configure
AC_PREREQ([2.68])
AC_INIT([libffi],[3.5.1-dev],[http://github.com/libffi/libffi/issues])
AC_INIT([libffi],[3.5.1],[http://github.com/libffi/libffi/issues])
AC_CONFIG_HEADERS([fficonfig.h])
FFI_VERSION_STRING="3.5.1-dev"
FFI_VERSION_STRING="3.5.1"
FFI_VERSION_NUMBER=30501
AC_SUBST(FFI_VERSION_STRING)
AC_SUBST(FFI_VERSION_NUMBER)