diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-11-20 17:09:37 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-11-21 00:44:45 +0100 |
commit | 2dcad9d0e005741f22616df0d32857540adfd5e8 (patch) | |
tree | 4074744506a55e6a9b7273d1dbdcbc8ee8d24628 /configure.ac | |
parent | 4ccbbe06175d6dd15d4409d39dd83ed7b73671c9 (diff) | |
download | fetchmail-2dcad9d0e005741f22616df0d32857540adfd5e8.tar.gz fetchmail-2dcad9d0e005741f22616df0d32857540adfd5e8.tar.bz2 fetchmail-2dcad9d0e005741f22616df0d32857540adfd5e8.zip |
Bump version to 6.4.25.rc1
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 2c832a9e..cb4c9362 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.24],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.25.rc1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |