diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-25 00:49:03 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-25 00:49:03 +0100 |
commit | e770dc4f9027972a390725b5ee3fcf0f5269b1da (patch) | |
tree | b4783e9e4f79543b0657586f2dc4433a6a2b3a73 /configure.ac | |
parent | 476c66d2ce7900282344f735a9ee2aae081f72ab (diff) | |
download | fetchmail-e770dc4f9027972a390725b5ee3fcf0f5269b1da.tar.gz fetchmail-e770dc4f9027972a390725b5ee3fcf0f5269b1da.tar.bz2 fetchmail-e770dc4f9027972a390725b5ee3fcf0f5269b1da.zip |
Prepare 6.4.2-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 912bb7b3..fa8f9a57 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.2-rc1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.2-rc2],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |