From 4557f232926353f5cdec0f2f459e4d59ce8f19e4 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 28 Jun 2021 09:53:01 -0400 Subject: [PATCH] 3.4.0 release candidate 2 --- README.md | 4 ++-- configure.ac | 2 +- doc/version.texi | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 542a49a..183cb64 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,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 was released on TBD. Check the libffi web -page for updates: . +libffi-3.4.0 was released on TBD. Check the libffi web page for +updates: . What is libffi? diff --git a/configure.ac b/configure.ac index b3e78f3..144129b 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-rc1], [http://github.com/libffi/libffi/issues]) +AC_INIT([libffi], [3.4.0-rc2], [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 70d48f6..7e681ca 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 26 June 2021 +@set UPDATED 27 June 2021 @set UPDATED-MONTH June 2021 -@set EDITION 3.4-rc1 -@set VERSION 3.4-rc1 +@set EDITION 3.4.0-rc2 +@set VERSION 3.4.0-rc2 -- 2.34.1