diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-09-02 19:00:11 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-09-02 19:00:11 +0200 |
commit | 02203b5030addaa77f4153cadf0e7fffe28dcad4 (patch) | |
tree | aed38c35613f6c744d8e46800cf8c35143c25ff5 /configure.ac | |
parent | 4a8e6e8905776ea3a68389085b963aeec54a79b5 (diff) | |
download | fetchmail-02203b5030addaa77f4153cadf0e7fffe28dcad4.tar.gz fetchmail-02203b5030addaa77f4153cadf0e7fffe28dcad4.tar.bz2 fetchmail-02203b5030addaa77f4153cadf0e7fffe28dcad4.zip |
Bump version to -rc4.
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 223ac149..126661ba 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.0.rc3],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.0.rc4],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |