From 57465744b6e1295d7202de5a7734df589518f1c8 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 11 May 2014 10:30:22 -0400 Subject: Update to version 3.1 --- README | 6 +++--- configure.ac | 2 +- doc/version.texi | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index b4cdb85..2afe15d 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ Status ====== -libffi-3.1 was released on TBD. Check the libffi web -page for updates: . +libffi-3.1 was released on May 11, 2014. Check the libffi web page +for updates: . What is libffi? @@ -175,7 +175,7 @@ History See the git log for details at http://github.com/atgreen/libffi. -3.1 TBD +3.1 May-11-14 Add AArch64 (ARM64) iOS support. Add Nios II support. Add m88k and DEC VAX support. diff --git a/configure.ac b/configure.ac index 4a1708b..d3b8b99 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.1-rc1], [http://github.com/atgreen/libffi/issues]) +AC_INIT([libffi], [3.1], [http://github.com/atgreen/libffi/issues]) AC_CONFIG_HEADERS([fficonfig.h]) AC_CANONICAL_SYSTEM diff --git a/doc/version.texi b/doc/version.texi index 39d9d1d..3785953 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 8 February 2014 -@set UPDATED-MONTH February 2014 -@set EDITION 3.0.14-rc0 -@set VERSION 3.0.14-rc0 +@set UPDATED 25 April 2014 +@set UPDATED-MONTH April 2014 +@set EDITION 3.1 +@set VERSION 3.1 -- cgit v1.2.1