diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-03-27 23:35:35 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-03-27 23:35:35 +0100 |
commit | 13091ab766573b48d065096ee5c3915535f38610 (patch) | |
tree | 3a3123c684866dec8a9a5c49e75fb3933b4e18cf /configure.ac | |
parent | 7ee4579098051e45ad7e290c20a731e2562a7208 (diff) | |
download | fetchmail-13091ab766573b48d065096ee5c3915535f38610.tar.gz fetchmail-13091ab766573b48d065096ee5c3915535f38610.tar.bz2 fetchmail-13091ab766573b48d065096ee5c3915535f38610.zip |
Prepare for 6.4.18.
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 e7e9b3ab..09d0265d 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.18-rc1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.18],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |