diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-30 20:59:27 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-30 20:59:27 +0100 |
commit | 9199169adf8fd653f7bee4be8a8b53cd71405823 (patch) | |
tree | dec04545292f7c80a6f87c6d5cee00086315cf33 /configure.ac | |
parent | d81c4e0db8c177b6d99a6abfa644d74f4100d9c0 (diff) | |
download | fetchmail-9199169adf8fd653f7bee4be8a8b53cd71405823.tar.gz fetchmail-9199169adf8fd653f7bee4be8a8b53cd71405823.tar.bz2 fetchmail-9199169adf8fd653f7bee4be8a8b53cd71405823.zip |
Bump version to -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 fa8f9a57..fcdb5f7a 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-rc2],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.2-rc3],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |