Skip to content

Commit f9ea416

Browse files
committed
Update version to 3.4.2
1 parent 2bdc8e5 commit f9ea416

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ History
195195

196196
See the git log for details at http://github.com/libffi/libffi.
197197

198-
3.4.1 Jun-28-21
198+
3.4.2 Jun-28-21
199199
Add static trampoline support for Linux on x86_64 and ARM64.
200200
Add support for Alibaba's CSKY architecture.
201201
Add support for Kalray's KVX architecture.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
22

33
AC_PREREQ(2.68)
44

5-
AC_INIT([libffi], [3.4.1], [http://github.com/libffi/libffi/issues])
5+
AC_INIT([libffi], [3.4.2], [http://github.com/libffi/libffi/issues])
66
AC_CONFIG_HEADERS([fficonfig.h])
77

88
AC_CANONICAL_SYSTEM

doc/version.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@set UPDATED 27 June 2021
22
@set UPDATED-MONTH June 2021
3-
@set EDITION 3.4.1
4-
@set VERSION 3.4.1
3+
@set EDITION 3.4.2
4+
@set VERSION 3.4.2

0 commit comments

Comments
 (0)