Commit ae8d2554c5f192be54dadc9f99a1449b4df1b222

Anthony Green 2014-09-20T07:08:37

Update version to 3.2

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index bbc1a9d..4c3922f 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.1], [http://github.com/atgreen/libffi/issues])
+AC_INIT([libffi], [3.2], [http://github.com/atgreen/libffi/issues])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM