diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 13:32:47 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 13:35:47 +0200 |
commit | 463740a486ff322662f0553783fbae92f72f3464 (patch) | |
tree | 35e739e31d1bb23d3ca8b18d1e2a4ad709c7bccd /configure.ac | |
parent | dc2f8c9b3fa061737a952888ad3724bdc0e5cc3a (diff) | |
download | fetchmail-463740a486ff322662f0553783fbae92f72f3464.tar.gz fetchmail-463740a486ff322662f0553783fbae92f72f3464.tar.bz2 fetchmail-463740a486ff322662f0553783fbae92f72f3464.zip |
Bump version to 6.4.3[-rc1].
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 7d79103b..31373d2a 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.3-beta1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.3-rc1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |