diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-29 11:05:09 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-29 11:05:09 +0000 |
commit | 25b422a88c9ea68447cad3f780a26379cec04876 (patch) | |
tree | 86112eb85998798aa86f3aa7abf3a5f7b9962012 | |
parent | af1ea508c632aa246130fdee9524c05850980747 (diff) | |
download | fetchmail-25b422a88c9ea68447cad3f780a26379cec04876.tar.gz fetchmail-25b422a88c9ea68447cad3f780a26379cec04876.tar.bz2 fetchmail-25b422a88c9ea68447cad3f780a26379cec04876.zip |
Bump version to 6.3.3.
svn path=/branches/BRANCH_6-3/; revision=4755
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5e9cdb4..cf32079a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.3.3.rc2],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.3],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |