From: Colin Leroy Date: Fri, 15 Jul 2005 18:15:52 +0000 (+0000) Subject: 2005-07-15 [colin] 1.9.12cvs62 X-Git-Tag: rel_1_9_13~31 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=dfe18925677e318a98c4fa8fef68509c7f3ba8dd 2005-07-15 [colin] 1.9.12cvs62 * configure.ac Bump libetpan's version --- diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index f97922a0f..c3f1e9596 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2005-07-15 [colin] 1.9.12cvs62 + + * configure.ac + Bump libetpan's version + 2005-07-15 [colin] 1.9.12cvs61 * src/etpan/imap-thread.c diff --git a/PATCHSETS b/PATCHSETS index a2612666d..a3c56a43f 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -656,3 +656,4 @@ ( cvs diff -u -r 1.1.4.8 -r 1.1.4.9 src/etpan/imap-thread.c; ) > 1.9.12cvs59.patchset ( cvs diff -u -r 1.60.2.18 -r 1.60.2.19 src/addressbook.c; ) > 1.9.12cvs60.patchset ( cvs diff -u -r 1.1.4.9 -r 1.1.4.10 src/etpan/imap-thread.c; ) > 1.9.12cvs61.patchset +( cvs diff -u -r 1.654.2.696 -r 1.654.2.697 configure.ac; ) > 1.9.12cvs62.patchset diff --git a/configure.ac b/configure.ac index 3762ebd78..0709a89b2 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=12 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=61 +EXTRA_VERSION=62 EXTRA_RELEASE= EXTRA_GTK2_VERSION= @@ -646,15 +646,15 @@ if test x"$ac_cv_enable_libetpan" = xyes; then LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`" LIBETPAN_LIBS="`$libetpanconfig --libs`" LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"` - if test "$LIBETPAN_VERSION" -lt "037"; then - AC_MSG_ERROR([Sylpheed requires libetpan 0.37 or newer. See http://www.etpan.org/]) + if test "$LIBETPAN_VERSION" -lt "038"; then + AC_MSG_ERROR([Sylpheed requires libetpan 0.38 or newer. See http://www.etpan.org/]) AC_MSG_ERROR([You can use --disable-libetpan if you don't need IMAP4 support.]) fi AC_SUBST(LIBETPAN_FLAGS) AC_SUBST(LIBETPAN_LIBS) AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP support.) else - AC_MSG_ERROR([Sylpheed requires libetpan 0.37 or newer. See http://www.etpan.org/ ]) + AC_MSG_ERROR([Sylpheed requires libetpan 0.38 or newer. See http://www.etpan.org/ ]) AC_MSG_ERROR([You can use --disable-libetpan if you don't need IMAP4 support.]) fi fi