diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2006-05-22 Harish Krishnaswamy <kharish@novell.com> + + * configure.in: Update intltool requirements. + 2006-05-09 Kjartan Maraas <kmaraas@gnome.org> * 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 |