diff options
author | Anthony Green <green@moxielogic.com> | 2019-10-24 07:03:43 -0400 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2019-10-24 07:03:43 -0400 |
commit | 52b066f04fdd81c1037e1cb714a07a2a352bcf9b (patch) | |
tree | 2d9ceec802a7758da0466fc22c4ad5ad96030ab6 | |
parent | 9b10df3be2d8f81876b7cc90ee5d8833ccdf6b34 (diff) | |
download | libffi-3.3-rc1.tar.gz |
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/version.texi | 8 |
3 files changed, 6 insertions, 6 deletions
@@ -4,7 +4,7 @@ Status [](https://travis-ci.org/libffi/libffi) [](https://ci.appveyor.com/project/atgreen/libffi) -libffi-3.3-rc0 was released on April 2, 2018. Check the libffi web +libffi-3.3-rc1 was released on October 24, 2019. Check the libffi web page for updates: <URL:http://sourceware.org/libffi/>. diff --git a/configure.ac b/configure.ac index 055fe18..edbfdec 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-rc0], [http://github.com/libffi/libffi/issues]) +AC_INIT([libffi], [3.3-rc1], [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 4d2f574..f52bc68 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 2 April 2018 -@set UPDATED-MONTH April 2018 -@set EDITION 3.3-rc0 -@set VERSION 3.3-rc0 +@set UPDATED 24 October 2019 +@set UPDATED-MONTH October 2019 +@set EDITION 3.3-rc1 +@set VERSION 3.3-rc1 |