diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 21:04:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 21:04:14 +0200 |
commit | 5af21c951ea49bb62715823e386f12ccdd088395 (patch) | |
tree | 0f12b944f1b54238a4293c311948c1144c79f53e /configure.ac | |
parent | 85e5a019496c1f5ef1ae0393f21470de7f0ff046 (diff) | |
download | fetchmail-5af21c951ea49bb62715823e386f12ccdd088395.tar.gz fetchmail-5af21c951ea49bb62715823e386f12ccdd088395.tar.bz2 fetchmail-5af21c951ea49bb62715823e386f12ccdd088395.zip |
Bump version, we'll need -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 f1a58c3a..4990fe49 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.3-rc1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.3-rc2],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |