summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-05-31 08:54:08 -0400
committerAnthony Green <green@moxielogic.com>2014-05-31 08:54:08 -0400
commit69289c10b0acb4b52c8b5df4cf738193c618db40 (patch)
tree9097863da7500143b0b9f866bd5eb33a8cfee2cc
parent978c9540154d320525488db1b7049277122f736d (diff)
downloadlibffi-69289c10b0acb4b52c8b5df4cf738193c618db40.tar.gz
Prepare for libffi 3.1.1
-rw-r--r--README3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
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