chore: update version to 3.4.6 and fix long double regression on mips64 and alpha
diff --git a/README.md b/README.md
index 6e95e81..5552473 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Status
 ======
 
-libffi-3.4.5 was released on February 15, 2024.  Check the libffi web
+libffi-3.4.6 was released on February 18, 2024.  Check the libffi web
 page for updates: <URL:http://sourceware.org/libffi/>.
 
 
@@ -201,6 +201,9 @@
 
 See the git log for details at http://github.com/libffi/libffi.
 
+    3.4.6 Feb-18-2024
+        Fix long double regression on mips64 and alpha.
+
     3.4.5 Feb-15-2024
         Add support for wasm32.
         Add support for aarch64 branch target identification (bti).
diff --git a/configure.ac b/configure.ac
index 741a669..816bfd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ([2.71])
 
-AC_INIT([libffi],[3.4.5],[http://github.com/libffi/libffi/issues])
+AC_INIT([libffi],[3.4.6],[http://github.com/libffi/libffi/issues])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_TARGET
diff --git a/doc/version.texi b/doc/version.texi
index a6982fc..88b26f9 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
 @set UPDATED 15 February 2024
 @set UPDATED-MONTH February 2024
-@set EDITION 3.4.5
-@set VERSION 3.4.5
+@set EDITION 3.4.6
+@set VERSION 3.4.6
diff --git a/libtool-version b/libtool-version
index f1baf16..3b32cb7 100644
--- a/libtool-version
+++ b/libtool-version
@@ -26,4 +26,4 @@
 #    release, then set age to 0.
 #
 # CURRENT:REVISION:AGE
-9:3:1
+9:4:1