]> Pileus Git - ~andy/fetchmail/commitdiff
Bump version. Use TZ=GMT for autobuild.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 14 Apr 2006 16:14:59 +0000 (16:14 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 14 Apr 2006 16:14:59 +0000 (16:14 -0000)
svn path=/branches/BRANCH_6-3/; revision=4801

configure.ac

index dc2c73c2ba3ff636bfb1520f90dd7633342a3d4d..23ffc3142f85970aec7f6920daf14570047e7796 100644 (file)
@@ -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
 )