diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-03-28 17:29:36 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-03-28 17:33:33 +0200 |
commit | 4835749509a65dfe449fbcbdb6386af2cb768c10 (patch) | |
tree | 005aafab002c8a44f581fbae07523cb78df04a0e /configure.ac | |
parent | fe5aab091d09a755f7606f3eac57970efd34e2bc (diff) | |
download | fetchmail-4835749509a65dfe449fbcbdb6386af2cb768c10.tar.gz fetchmail-4835749509a65dfe449fbcbdb6386af2cb768c10.tar.bz2 fetchmail-4835749509a65dfe449fbcbdb6386af2cb768c10.zip |
Update for 6.3.15 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 5e6fff15..2eb883f7 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.15-beta3],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.15],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |