From c8225fb03db49dfa04403a28091ab99b0998fffe Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 8 Jun 2025 06:51:58 -0400 Subject: [PATCH] chore: update libffi version to 3.5.0 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5b36c469..69ed0436 100644 --- a/configure.ac +++ b/configure.ac @@ -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)