diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-10-25 14:52:42 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-10-25 14:52:42 +0100 |
commit | 84f607d0f5857d635b48e7ca36e572473187c725 (patch) | |
tree | 36bfa0c086560be3369b2eb3df2280f44c8d0ea9 /configure.ac | |
parent | 0a1b3a23a0155578fe904cf131be4d3cec2038e7 (diff) | |
download | fetchmail-84f607d0f5857d635b48e7ca36e572473187c725.tar.gz fetchmail-84f607d0f5857d635b48e7ca36e572473187c725.tar.bz2 fetchmail-84f607d0f5857d635b48e7ca36e572473187c725.zip |
Label for release.
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 338c2863..1e7d5432 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.13-rc2],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.13],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |