diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-05-07 20:07:43 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-05-07 20:08:29 +0200 |
commit | 5671c538fb5149f0ae475fc87e9deb62d1c3be83 (patch) | |
tree | b8dfe514d8b64ba755da38dd4807f974a422da93 /configure.ac | |
parent | 3df0768e30d1b198e59afed73f03775b500be487 (diff) | |
download | fetchmail-5671c538fb5149f0ae475fc87e9deb62d1c3be83.tar.gz fetchmail-5671c538fb5149f0ae475fc87e9deb62d1c3be83.tar.bz2 fetchmail-5671c538fb5149f0ae475fc87e9deb62d1c3be83.zip |
Get ready for 6.4.5 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 1fc8ec0c..691a61aa 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.5-rc2],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.5],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |