diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-12-10 20:12:36 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-12-10 20:13:38 +0100 |
commit | 8df317e4f4fbba07ede9e968e5afb38d381821d5 (patch) | |
tree | 4d661e0f2452c63da3e622c03d3359eac9ec0da7 /configure.ac | |
parent | b12117f4cb73aefdff64679a63cf96c987ce6bd6 (diff) | |
download | fetchmail-8df317e4f4fbba07ede9e968e5afb38d381821d5.tar.gz fetchmail-8df317e4f4fbba07ede9e968e5afb38d381821d5.tar.bz2 fetchmail-8df317e4f4fbba07ede9e968e5afb38d381821d5.zip |
Release fetchmail 6.4.25.
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 ec568a2b..963c9a10 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.25.rc4],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.25],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |