rc2. hack as per: https://github.com/travis-ci/travis-ci/issues/6934
authorAnthony Green <green@moxielogic.com>
Sun, 3 Nov 2019 11:28:51 +0000 (06:28 -0500)
committerAnthony Green <green@moxielogic.com>
Sun, 3 Nov 2019 11:28:51 +0000 (06:28 -0500)
.travis.yml
README.md
configure.ac
doc/version.texi

index 7bfdea0d218c2c997942c4e83924ec1d795b1574..c3c8f163ac51e5ee3ee3f2c62d95f330420ba1b5 100644 (file)
@@ -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
index e988d80d31643c6017100ef5ad4fda892697586a..b4e58f6f78c435be80baf05134deef0711baa1f0 100644 (file)
--- 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/>.
 
 
index edbfdece7350cff5e111671b50b3da57bc6c0918..a98ec176dfd4b8f399474601193ab5325b48594b 100644 (file)
@@ -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
index f52bc68b17d9249128bd07af08e2e77ff2e39787..d6383370e12bfab5ba2f2fef545922d50ddda6dc 100644 (file)
@@ -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