rc2. hack as per: https://github.com/travis-ci/travis-ci/issues/6934
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
diff --git a/.travis.yml b/.travis.yml
index 7bfdea0..c3c8f16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,4 +46,5 @@ install:
script:
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
- - travis_wait 45 ./.travis/build.sh
+ - travis_wait 45 sleep infinity &
+ - ./.travis/build.sh
diff --git a/README.md b/README.md
index e988d80..b4e58f6 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Status
[![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libffi/libffi)
[![Build status](https://ci.appveyor.com/api/projects/status/8lko9vagbx4w2kxq?svg=true)](https://ci.appveyor.com/project/atgreen/libffi)
-libffi-3.3-rc1 was released on October 24, 2019. Check the libffi web
+libffi-3.3-rc2 was released on November 2, 2019. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
diff --git a/configure.ac b/configure.ac
index edbfdec..a98ec17 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.3-rc1], [http://github.com/libffi/libffi/issues])
+AC_INIT([libffi], [3.3-rc2], [http://github.com/libffi/libffi/issues])
AC_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM
diff --git a/doc/version.texi b/doc/version.texi
index f52bc68..d638337 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 24 October 2019
+@set UPDATED 31 October 2019
@set UPDATED-MONTH October 2019
-@set EDITION 3.3-rc1
-@set VERSION 3.3-rc1
+@set EDITION 3.3-rc2
+@set VERSION 3.3-rc2