From 69289c10b0acb4b52c8b5df4cf738193c618db40 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 31 May 2014 08:54:08 -0400 Subject: [PATCH] Prepare for libffi 3.1.1 --- README | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index dcfdf056..7aee5b42 100644 --- a/README +++ b/README @@ -175,6 +175,9 @@ History See the git log for details at http://github.com/atgreen/libffi. +3.1.1 TBD + Bug fixes. + 3.1 May-19-14 Add AArch64 (ARM64) iOS support. Add Nios II support. diff --git a/configure.ac b/configure.ac index d7b6e40d..4f7fe3fb 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], [http://github.com/atgreen/libffi/issues]) +AC_INIT([libffi], [3.1.1], [http://github.com/atgreen/libffi/issues]) AC_CONFIG_HEADERS([fficonfig.h]) AC_CANONICAL_SYSTEM