Prepare for libffi 3.1.1
authorAnthony Green <green@moxielogic.com>
Sat, 31 May 2014 12:54:08 +0000 (08:54 -0400)
committerAnthony Green <green@moxielogic.com>
Sat, 31 May 2014 12:54:08 +0000 (08:54 -0400)
README
configure.ac

diff --git a/README b/README
index dcfdf05..7aee5b4 100644 (file)
--- 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.
index d7b6e40..4f7fe3f 100644 (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