Prepare for libffi 3.1.1

This commit is contained in:
Anthony Green
2014-05-31 08:54:08 -04:00
parent 978c954015
commit 69289c10b0
2 changed files with 4 additions and 1 deletions

3
README
View File

@@ -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.

View File

@@ -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