diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-08-24 12:38:53 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-24 12:38:53 +0200 |
commit | 0b23e32f8305b835d19df0c9bc3a0295f488b1b5 (patch) | |
tree | b284cfe05b2967b82a8c20b164dc3a1ad2534252 /configure.ac | |
parent | 4f7301731893456460864c6eb43157bfc1c8db8f (diff) | |
download | fetchmail-0b23e32f8305b835d19df0c9bc3a0295f488b1b5.tar.gz fetchmail-0b23e32f8305b835d19df0c9bc3a0295f488b1b5.tar.bz2 fetchmail-0b23e32f8305b835d19df0c9bc3a0295f488b1b5.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 fd5e2c91..b0305da8 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.rc2],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.0.rc3],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |