Skip to content

Commit

Permalink
rc2. hack as per: travis-ci/travis-ci#6934
Browse files Browse the repository at this point in the history
  • Loading branch information
Assioftware authored and atgreen committed Sep 7, 2021
1 parent 9aa7621 commit 6d7a398
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/>.


Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions doc/version.texi
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6d7a398

Please sign in to comment.