diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-10-09 22:08:10 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-10-09 22:08:10 +0200 |
commit | abea527a5a95b8c54dd5fb9958afcca5a52e5dc3 (patch) | |
tree | 65535a59ba84b307fce81bc31301696e12db592c /configure.ac | |
parent | 0d679fdcb8ea7da4b66eeab921a7bcfa019967b7 (diff) | |
download | fetchmail-abea527a5a95b8c54dd5fb9958afcca5a52e5dc3.tar.gz fetchmail-abea527a5a95b8c54dd5fb9958afcca5a52e5dc3.tar.bz2 fetchmail-abea527a5a95b8c54dd5fb9958afcca5a52e5dc3.zip |
Bump versions in preparation of 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 37103116..2d679263 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-pre2],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.18],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |