diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-12-10 17:30:45 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-12-10 17:30:45 +0100 |
commit | 451fbd881cf9101c60e2d7588e5f320f0e3e28f8 (patch) | |
tree | 909476a456198494684bbc4fe9029aaf4ba8190a /configure.ac | |
parent | 60207c6cd75f810b84d16f46b94b413108768915 (diff) | |
download | fetchmail-451fbd881cf9101c60e2d7588e5f320f0e3e28f8.tar.gz fetchmail-451fbd881cf9101c60e2d7588e5f320f0e3e28f8.tar.bz2 fetchmail-451fbd881cf9101c60e2d7588e5f320f0e3e28f8.zip |
Get ready for 6.3.19 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 bb4ab13d..c1d450cd 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.3.19-pre1],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.19],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |