mirror of
https://github.com/libffi/libffi.git
synced 2026-01-26 10:07:53 +00:00
Update version.
This commit is contained in:
parent
330467d55c
commit
90220e51bc
@ -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.
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user