diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-11-27 13:32:41 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-11-27 13:32:41 +0100 |
commit | 382a83104918c56ef4b323d44f8c793901310211 (patch) | |
tree | ac95f7a2ff41703e09c72a673afe6cb01377e291 /configure.ac | |
parent | d2e9a38da81e3abef94b4708975246a634b89c70 (diff) | |
download | fetchmail-382a83104918c56ef4b323d44f8c793901310211.tar.gz fetchmail-382a83104918c56ef4b323d44f8c793901310211.tar.bz2 fetchmail-382a83104918c56ef4b323d44f8c793901310211.zip |
Get ready for 6.4.25.rc2.
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 7978c6c0..0b40bb93 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.25.rc1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.25.rc2],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |