diff options
author | Anthony Green <green@moxielogic.com> | 2021-06-28 18:50:31 -0400 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2021-06-28 18:50:31 -0400 |
commit | c1d09bf08c2859abb40c476c57ae521d208f92a8 (patch) | |
tree | 4c2a0bf2724e4b26878bf129a6eb0ff292b6a55c /configure.ac | |
parent | 1ed0aa73806872f0c31dccf2c689c762239d3353 (diff) | |
download | libffi-c1d09bf08c2859abb40c476c57ae521d208f92a8.tar.gz |
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 144129b..842b088 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.0-rc2], [http://github.com/libffi/libffi/issues]) +AC_INIT([libffi], [3.4.0], [http://github.com/libffi/libffi/issues]) AC_CONFIG_HEADERS([fficonfig.h]) AC_CANONICAL_SYSTEM |