diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-11-26 11:13:07 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-11-26 11:19:27 +0100 |
commit | 297dff5913c3fbbb6ba17ffa89d8a1e3a424402b (patch) | |
tree | e545d265567fa9b38e868a972fd12a01ac06c468 /configure.ac | |
parent | 945b1809039bee1c3118c8d52b141fc93a6324d0 (diff) | |
download | fetchmail-297dff5913c3fbbb6ba17ffa89d8a1e3a424402b.tar.gz fetchmail-297dff5913c3fbbb6ba17ffa89d8a1e3a424402b.tar.bz2 fetchmail-297dff5913c3fbbb6ba17ffa89d8a1e3a424402b.zip |
Bump versions to 6.4.14.
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 1e7d5432..554d152c 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.13],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.14],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |