diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-10-14 20:10:49 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-10-14 20:10:49 +0200 |
commit | f969556a26be84812ce273a2a4633e6853eda62c (patch) | |
tree | ac565774c9031b23036c78e1754ba161b37e70ff /configure.ac | |
parent | 5f5326354d4c55d3a87eccc5e11927262900de9b (diff) | |
download | fetchmail-f969556a26be84812ce273a2a4633e6853eda62c.tar.gz fetchmail-f969556a26be84812ce273a2a4633e6853eda62c.tar.bz2 fetchmail-f969556a26be84812ce273a2a4633e6853eda62c.zip |
Bump version to -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 3328ba54..338c2863 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.13.rc1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.13-rc2],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |