diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-12-03 01:07:44 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-12-03 01:09:15 +0100 |
commit | eeac0210bf00639df582aa21cbabafeea78acc99 (patch) | |
tree | 1afcbad32e30d55283b62ff0f71d5b7e72a8c146 /configure.ac | |
parent | 3dcc37f539eff1111604bb6e3e8b309f2e9a1921 (diff) | |
download | fetchmail-eeac0210bf00639df582aa21cbabafeea78acc99.tar.gz fetchmail-eeac0210bf00639df582aa21cbabafeea78acc99.tar.bz2 fetchmail-eeac0210bf00639df582aa21cbabafeea78acc99.zip |
Get ready for 6.4.25.rc4.
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 a4897c70..f8e4ca84 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.rc3],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.25.rc4],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |