summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-19 17:30:51 -0400
committerAnthony Green <green@moxielogic.com>2022-09-19 17:30:51 -0400
commitf0675ab7e85ca31095b51db5a5c955f1005240cb (patch)
tree14ecb50ebf6038f1d03b17cb2db2eb6b66c91127
parente3eaa609882fbcffb6c1b21270b6ff46fb57699f (diff)
downloadlibffi-f0675ab7e85ca31095b51db5a5c955f1005240cb.tar.gz
Update version to 3.4.4-experimental
-rw-r--r--README.md4
-rw-r--r--configure.ac2
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: <URL:http://sourceware.org/libffi/>.
@@ -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