diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-09-28 11:23:50 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-09-28 11:25:40 +0200 |
commit | b27a75cd05b681bbdd95396b2874303d6fed4ae0 (patch) | |
tree | 26928d947a780e2ecbc8a3525dfeafdd8d8eb6a8 /configure.ac | |
parent | 90f5c8459868840a591cb93fa88867705c0e7b24 (diff) | |
download | fetchmail-b27a75cd05b681bbdd95396b2874303d6fed4ae0.tar.gz fetchmail-b27a75cd05b681bbdd95396b2874303d6fed4ae0.tar.bz2 fetchmail-b27a75cd05b681bbdd95396b2874303d6fed4ae0.zip |
6.4.1, regression fix for default file locations.
The fix between 6.4.0-rc4 and 6.4.0 for Debian Bug#941129 caused
a regression in the default file locations, some files were looked
for without dot (.fetchmail.pid, .fetchmailrc).
Reported by Cy Schubert.
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 c7233105..f00ba500 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.0],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |