From 2bdc8e52efb78d939f23efb4f9c515355610bff5 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 28 Jun 2021 19:50:29 -0400 Subject: [PATCH] Version 3.4.1 --- LICENSE | 2 +- README.md | 4 ++-- configure.ac | 2 +- doc/version.texi | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 4f0b762..e4034b0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -libffi - Copyright (c) 1996-2020 Anthony Green, Red Hat, Inc and others. +libffi - Copyright (c) 1996-2021 Anthony Green, Red Hat, Inc and others. See source files for details. Permission is hereby granted, free of charge, to any person obtaining diff --git a/README.md b/README.md index fb02a22..0d2641c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Status ====== -libffi-3.4.0 was released on June 28, 2022. Check the libffi web page +libffi-3.4.1 was released on June 28, 2021. Check the libffi web page for updates: . @@ -195,7 +195,7 @@ History See the git log for details at http://github.com/libffi/libffi. - 3.4.0 Jun-28-22 + 3.4.1 Jun-28-21 Add static trampoline support for Linux on x86_64 and ARM64. Add support for Alibaba's CSKY architecture. Add support for Kalray's KVX architecture. diff --git a/configure.ac b/configure.ac index 842b088..481faa7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure AC_PREREQ(2.68) -AC_INIT([libffi], [3.4.0], [http://github.com/libffi/libffi/issues]) +AC_INIT([libffi], [3.4.1], [http://github.com/libffi/libffi/issues]) AC_CONFIG_HEADERS([fficonfig.h]) AC_CANONICAL_SYSTEM diff --git a/doc/version.texi b/doc/version.texi index 0b3886b..2dee51b 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 27 June 2021 @set UPDATED-MONTH June 2021 -@set EDITION 3.4.0 -@set VERSION 3.4.0 +@set EDITION 3.4.1 +@set VERSION 3.4.1 -- 2.34.1