diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-02-14 21:14:33 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-02-14 21:14:33 +0100 |
commit | 03a2ddbad0ceb87db1ee199112949bf65f53c63b (patch) | |
tree | a4a46f68405a497f6bb79454d4c39ef622ed5b8d /configure.ac | |
parent | 1429032b56ddc7fb33f32f3f0267410440c7bf05 (diff) | |
download | fetchmail-03a2ddbad0ceb87db1ee199112949bf65f53c63b.tar.gz fetchmail-03a2ddbad0ceb87db1ee199112949bf65f53c63b.tar.bz2 fetchmail-03a2ddbad0ceb87db1ee199112949bf65f53c63b.zip |
Get ready for 6.4.2 release.
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 fcdb5f7a..1ca6717e 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.2-rc3],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.2],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |