diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-10-15 15:55:58 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-10-15 15:55:58 +0200 |
commit | 8df00d5798cd428a0bed97ad5dbf94f562bb5a27 (patch) | |
tree | 4493123ae047888417111e96d6e72c70caf67bb5 /configure.ac | |
parent | 15789dbdbdfd5fa1a405e6bf21ffaead7f473112 (diff) | |
download | fetchmail-8df00d5798cd428a0bed97ad5dbf94f562bb5a27.tar.gz fetchmail-8df00d5798cd428a0bed97ad5dbf94f562bb5a27.tar.bz2 fetchmail-8df00d5798cd428a0bed97ad5dbf94f562bb5a27.zip |
Release fetchmail 6.4.34.
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 5799f8eb..1a839c9e 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.33],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.34],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |