diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-04-23 10:08:33 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-04-23 12:16:27 +0200 |
commit | 362010440a895c7cfaaa85e2538e608f0b8a5a78 (patch) | |
tree | 184c23d9819e45c31b5c8ff826f8febe80522e0c /configure.ac | |
parent | 8c2a94e94e0f76e2bb845f473be2e159ffd1be93 (diff) | |
download | fetchmail-362010440a895c7cfaaa85e2538e608f0b8a5a78.tar.gz fetchmail-362010440a895c7cfaaa85e2538e608f0b8a5a78.tar.bz2 fetchmail-362010440a895c7cfaaa85e2538e608f0b8a5a78.zip |
Bump version to 6.4.30.
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 bd042d51..ff24c2f7 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.29],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.30],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |