diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-10-22 13:12:30 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-10-22 13:12:30 +0200 |
commit | 42d04d3ae8a323b470b68ee335a6f07c0be2faad (patch) | |
tree | 5a5859f7b8b2739bfeec787c9d5e242389bc411c | |
parent | d9c9b23360b184526742126eeb701627a5cf897d (diff) | |
download | fetchmail-42d04d3ae8a323b470b68ee335a6f07c0be2faad.tar.gz fetchmail-42d04d3ae8a323b470b68ee335a6f07c0be2faad.tar.bz2 fetchmail-42d04d3ae8a323b470b68ee335a6f07c0be2faad.zip |
Bump version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bb493d58..bb4ab13d 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.18],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.19-pre1],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |