diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-03-20 12:15:32 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-03-20 12:20:56 +0100 |
commit | 9c48229384fe074d3bd79b22a892e524b2dfe211 (patch) | |
tree | abf2da2764a2aef703d5478df3fc005d6497568f /configure.ac | |
parent | ae4bd0e4576e938069d339b120b67bd08e6bc91f (diff) | |
download | fetchmail-9c48229384fe074d3bd79b22a892e524b2dfe211.tar.gz fetchmail-9c48229384fe074d3bd79b22a892e524b2dfe211.tar.bz2 fetchmail-9c48229384fe074d3bd79b22a892e524b2dfe211.zip |
Update for 6.4.29.
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 444b829b..bd042d51 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.28],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.29],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |