diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-29 17:32:39 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-29 17:32:39 +0200 |
commit | 5b31e6e3c44770d6337c0dc29b21337746575453 (patch) | |
tree | 7bbbc9e50ad22bd58f23078082e2307a0226c32e /configure.ac | |
parent | 5606d7371ce0edbd557883e31bb02265fb72ff1a (diff) | |
download | fetchmail-5b31e6e3c44770d6337c0dc29b21337746575453.tar.gz fetchmail-5b31e6e3c44770d6337c0dc29b21337746575453.tar.bz2 fetchmail-5b31e6e3c44770d6337c0dc29b21337746575453.zip |
Get ready for 6.4.22.rc3.
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 b1b8c023..3bfc6f70 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.22.rc2],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.22.rc3],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |