diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-01-26 20:31:41 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-01-26 20:31:41 +0100 |
commit | 694e1757ff20c84c128b6c3c8ca3184836943aaa (patch) | |
tree | 04e452f27f5f36622d5fe79b0c1b54f70faa0f10 /configure.ac | |
parent | 9b14afd33570d73d9d5240c3e90f1296ac05f033 (diff) | |
download | fetchmail-694e1757ff20c84c128b6c3c8ca3184836943aaa.tar.gz fetchmail-694e1757ff20c84c128b6c3c8ca3184836943aaa.tar.bz2 fetchmail-694e1757ff20c84c128b6c3c8ca3184836943aaa.zip |
Bump wolfSSL requirement to 5.1.1 and get ready for fetchmail 6.4.27.
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 872fdfb9..9cefda7b 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[6.4.26],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.27],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |