summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-03 06:28:51 -0500
committerAnthony Green <green@moxielogic.com>2019-11-03 06:28:51 -0500
commit88a76477debe83ed6a75f96394853c891fb1dac4 (patch)
tree6e7d5292c357741516a98230dfe1990d139dad63
parent45ba4aefed15be24fdbaaffec805fb02b1343e0f (diff)
downloadlibffi-88a76477debe83ed6a75f96394853c891fb1dac4.tar.gz
rc2. hack as per: https://github.com/travis-ci/travis-ci/issues/6934
-rw-r--r--.travis.yml3
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--doc/version.texi6
4 files changed, 7 insertions, 6 deletions
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