Commit f0675ab7e85ca31095b51db5a5c955f1005240cb

Anthony Green 2022-09-19T17:30:51

Update version to 3.4.4-experimental

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