From 343503c46a72a3fb53a80ffa869045cf56b97a45 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 22 May 2006 06:26:01 +0000 Subject: Update intltool requirements. 2006-05-22 Harish Krishnaswamy * configure.in: Update intltool requirements. svn path=/trunk/; revision=32011 --- ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55ecad44eb..b4c85393ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-22 Harish Krishnaswamy + + * configure.in: Update intltool requirements. + 2006-05-09 Kjartan Maraas * configure.in: Patch from Brian Pepple to achieve diff --git a/configure.in b/configure.in index 0f582a06b5..5621422395 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 2.7.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.7.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. @@ -80,7 +80,7 @@ AM_CONDITIONAL(HAVE_JW, test "x$HAVE_JW" = "xyes") AC_SUBST(HAVE_JW) dnl I18N stuff -AC_PROG_INTLTOOL([0.34.90]) +AC_PROG_INTLTOOL([0.35.0]) AM_GLIB_GNU_GETTEXT -- cgit v1.2.3