diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-04-26 12:45:08 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-04-26 12:45:58 +0200 |
commit | cb75df48c4b318c79c0a59499423b4bb34521205 (patch) | |
tree | 67bd242162e45918552c7a982cabaaaccdd05580 /configure.ac | |
parent | dc22cb1da48e555eb1f2504e69d0431583e5e3be (diff) | |
download | fetchmail-cb75df48c4b318c79c0a59499423b4bb34521205.tar.gz fetchmail-cb75df48c4b318c79c0a59499423b4bb34521205.tar.bz2 fetchmail-cb75df48c4b318c79c0a59499423b4bb34521205.zip |
Bump version to 6.4.4, and mention Japanese translation update.
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 dedc6f2d..2cde1ba4 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.3],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.4],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |