chore: update libffi version to 3.5.0

This commit is contained in:
Anthony Green 2025-06-08 06:51:58 -04:00
parent cb424c6d41
commit c8225fb03d

View File

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