summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-06-28 09:53:01 -0400
committerAnthony Green <green@moxielogic.com>2021-06-28 09:53:01 -0400
commit4557f232926353f5cdec0f2f459e4d59ce8f19e4 (patch)
tree8bf8e66157cdd5c52049bc08993a67a608ca6659
parentcd4428911d5c4d25ce2c24e6728124792124bba2 (diff)
downloadlibffi-3.4.0-rc2.tar.gz
3.4.0 release candidate 2v3.4.0-rc2
-rw-r--r--README.md4
-rw-r--r--configure.ac2
-rw-r--r--doc/version.texi6
3 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 542a49a..183cb64 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ 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.4 was released on TBD. Check the libffi web
-page for updates: <URL:http://sourceware.org/libffi/>.
+libffi-3.4.0 was released on TBD. Check the libffi web page for
+updates: <URL:http://sourceware.org/libffi/>.
What is libffi?
diff --git a/configure.ac b/configure.ac
index b3e78f3..144129b 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.4-rc1], [http://github.com/libffi/libffi/issues])
+AC_INIT([libffi], [3.4.0-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 70d48f6..7e681ca 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 26 June 2021
+@set UPDATED 27 June 2021
@set UPDATED-MONTH June 2021
-@set EDITION 3.4-rc1
-@set VERSION 3.4-rc1
+@set EDITION 3.4.0-rc2
+@set VERSION 3.4.0-rc2