aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-04-14 16:14:59 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-04-14 16:14:59 +0000
commit7b951811a83ec1ea10c05df951d5f8f5809a720d (patch)
tree686a5fcf587c2ee6ab8e8f6a1893a31491ff1bc4 /configure.ac
parent721b16a3386ac958edd15ed63bcb115170b5a05e (diff)
downloadfetchmail-7b951811a83ec1ea10c05df951d5f8f5809a720d.tar.gz
fetchmail-7b951811a83ec1ea10c05df951d5f8f5809a720d.tar.bz2
fetchmail-7b951811a83ec1ea10c05df951d5f8f5809a720d.zip
Bump version. Use TZ=GMT for autobuild.
svn path=/branches/BRANCH_6-3/; revision=4801
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dc2c73c2..23ffc314 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.4-rc2],[fetchmail-users@lists.berlios.de])
+AC_INIT([fetchmail],[6.3.4],[fetchmail-users@lists.berlios.de])
AC_CONFIG_SRCDIR([fetchmail.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_LIBOBJ_DIR([.])
@@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE
dnl autobuild support, see <http://josefsson.org/autobuild/>
(
- TZ=
+ TZ=GMT
export TZ
AB_INIT
)