diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-05-04 12:33:59 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-05-04 12:33:59 +0200 |
commit | f911b18a0efbd0ff19fd659c6d15372ae2cbfbad (patch) | |
tree | f7a5589fe1d4f428763c4e6476f6988079ee0041 /configure.ac | |
parent | 0771aabe3c81da9dd6d0ed23d4e464ef497de1df (diff) | |
download | fetchmail-f911b18a0efbd0ff19fd659c6d15372ae2cbfbad.tar.gz fetchmail-f911b18a0efbd0ff19fd659c6d15372ae2cbfbad.tar.bz2 fetchmail-f911b18a0efbd0ff19fd659c6d15372ae2cbfbad.zip |
Bump version to 6.4.5-rc2 and record po/.
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 6fd2caf6..1fc8ec0c 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.5-rc1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.5-rc2],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |