Prepare for libffi 3.1.1
diff --git a/README b/README
index dcfdf05..7aee5b4 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 d7b6e40..4f7fe3f 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