diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-06-04 22:29:36 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-07-16 13:56:56 +0200 |
commit | a93b4ed884e83c0346e4ea63034fc920909777be (patch) | |
tree | 2d6b22a3b7f0e73640a57fe89077455d6759de0a | |
parent | a85e8cd6f5c429b32f1690813a0c05a92daa69a1 (diff) | |
download | fetchmail-a93b4ed884e83c0346e4ea63034fc920909777be.tar.gz fetchmail-a93b4ed884e83c0346e4ea63034fc920909777be.tar.bz2 fetchmail-a93b4ed884e83c0346e4ea63034fc920909777be.zip |
configure.ac: Bump version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fff602fe..1f296bff 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.30],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.31],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |