Commit c860a992fef5d7cd7bb0975b1632d17a9fafe007

Anthony Green 2014-03-25T17:02:51

Upgrade version to 3.1-rc1

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