summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-11-12 07:00:59 -0500
committerAnthony Green <green@moxielogic.com>2014-11-12 07:00:59 -0500
commit20562ac0427c3578250d04c6e34fb0127d4551cf (patch)
treec710524f1427eb1d3855f65e2be009d37f4f1c1d /configure.ac
parenta0bdc5250cd36f1d2578358e33299fd2408091ac (diff)
downloadlibffi-20562ac0427c3578250d04c6e34fb0127d4551cf.tar.gz
Fix for AArch64. Release as 3.2.1.v3.2.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a44bff..a7bf5ee 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.2], [http://github.com/atgreen/libffi/issues])
+AC_INIT([libffi], [3.2.1], [http://github.com/atgreen/libffi/issues])
AC_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM