Update version to 3.4.4-experimental
authorAnthony Green <green@moxielogic.com>
Mon, 19 Sep 2022 21:30:51 +0000 (17:30 -0400)
committerAnthony Green <green@moxielogic.com>
Mon, 19 Sep 2022 21:30:51 +0000 (17:30 -0400)
README.md
configure.ac

index 7a2ea001be1079f6ee454a938a401da476861c07..00b3c862ea40db69422596ffbe62c89ae959a738 100644 (file)
--- 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.
index 0ac8b76a1e522db65cf2c82cd823de6c5f8541a0..2cb26f9bf89385808355ad5de988c9a30e0e1658 100644 (file)
@@ -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