From d996cb283cf373936498defa902be040ec20455e Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 23 Nov 2019 09:00:14 -0500 Subject: Version 3.3 --- README.md | 5 +++-- configure.ac | 2 +- doc/version.texi | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a8f2b04..3d6ce44 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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.3-rc3 was released on November 9, 2019. Check the libffi web +libffi-3.3 was released on November 23, 2019. Check the libffi web page for updates: . @@ -197,7 +197,7 @@ History See the git log for details at http://github.com/libffi/libffi. - 3.3 TBD + 3.3 Nov-23-19 Add RISC-V support. New API in support of GO closures. Add IEEE754 binary128 long double support for 64-bit Power @@ -206,6 +206,7 @@ See the git log for details at http://github.com/libffi/libffi. Add Windows on ARM64 (WOA) support. Add Windows 32-bit ARM support. Raw java (gcj) API deprecated. + Add pre-built PDF documentation to source distribution. Many new tests cases and bug fixes. 3.2.1 Nov-12-14 diff --git a/configure.ac b/configure.ac index a98ec17..b764368 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.3-rc2], [http://github.com/libffi/libffi/issues]) +AC_INIT([libffi], [3.3], [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 d638337..d9d5094 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 31 October 2019 -@set UPDATED-MONTH October 2019 -@set EDITION 3.3-rc2 -@set VERSION 3.3-rc2 +@set UPDATED 22 November 2019 +@set UPDATED-MONTH November 2019 +@set EDITION 3.3 +@set VERSION 3.3 -- cgit v1.2.1