From c1d09bf08c2859abb40c476c57ae521d208f92a8 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 28 Jun 2021 18:50:31 -0400 Subject: [PATCH] Update version to 3.4.0 --- README.md | 9 +++------ configure.ac | 2 +- doc/version.texi | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 183cb64..fb02a22 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ Status ====== -[![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libffi/libffi) -[![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi) - -libffi-3.4.0 was released on TBD. Check the libffi web page for -updates: . +libffi-3.4.0 was released on June 28, 2022. Check the libffi web page +for updates: . What is libffi? @@ -198,7 +195,7 @@ History See the git log for details at http://github.com/libffi/libffi. - 3.4 TBD + 3.4.0 Jun-28-22 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 144129b..842b088 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-rc2], [http://github.com/libffi/libffi/issues]) +AC_INIT([libffi], [3.4.0], [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 7e681ca..0b3886b 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-rc2 -@set VERSION 3.4.0-rc2 +@set EDITION 3.4.0 +@set VERSION 3.4.0 -- 2.7.4