From f0675ab7e85ca31095b51db5a5c955f1005240cb Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 19 Sep 2022 17:30:51 -0400 Subject: Update version to 3.4.4-experimental --- README.md | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a2ea00..00b3c86 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Status ====== -libffi-3.4.3 was released on September 19, 2022. Check the libffi web +libffi-3.4.4 will be released on TBD. Check the libffi web page for updates: . @@ -197,6 +197,8 @@ History See the git log for details at http://github.com/libffi/libffi. + 3.4.4 TBD + 3.4.3 Sep-19-22 All struct args are passed by value, regardless of size, as per ABIs. Enable static trampolines for Cygwin. diff --git a/configure.ac b/configure.ac index 0ac8b76..2cb26f9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure AC_PREREQ([2.71]) -AC_INIT([libffi],[3.4.3],[http://github.com/libffi/libffi/issues]) +AC_INIT([libffi],[3.4.4-experimental],[http://github.com/libffi/libffi/issues]) AC_CONFIG_HEADERS([fficonfig.h]) AC_CANONICAL_TARGET -- cgit v1.2.1