diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-08-05 13:34:10 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-05 13:34:10 +0200 |
commit | 897ab114a52bcd71b3d31e029e4c48a0136644ef (patch) | |
tree | b18be7a5f0d979ac554216a30cf260c46eae4004 /configure.ac | |
parent | 3e5c44d2b899278961e32e177e96173b5e1ddab7 (diff) | |
download | fetchmail-897ab114a52bcd71b3d31e029e4c48a0136644ef.tar.gz fetchmail-897ab114a52bcd71b3d31e029e4c48a0136644ef.tar.bz2 fetchmail-897ab114a52bcd71b3d31e029e4c48a0136644ef.zip |
Bump version to -rc1.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f492df26..8a7d9d49 100644 --- a/configure.ac +++ b/configure.ac @@ -3,13 +3,13 @@ dnl Autoconfigure input file for fetchmail # Fetchmail automatic configuration support # # Eric S. Raymond <esr@thyrsus.com> -# 2004 - 2012 Matthias Andree <matthias.andree@gmx.de> +# 2004 - 2019 Matthias Andree <matthias.andree@gmx.de> # 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.beta6],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.0.rc1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |