From: Carlos Garcia Campos Date: Mon, 12 Jul 2010 17:21:23 +0000 (+0200) Subject: Bump GTK+ version to 2.90.5 and GLib to 2.25.11 X-Git-Tag: EVINCE_2_31_5~7 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=fbef41f0e5fafef907838337f3f9f87eb519752d;p=evince.git Bump GTK+ version to 2.90.5 and GLib to 2.25.11 --- diff --git a/configure.ac b/configure.ac index 8b7a2868..bf1692e8 100644 --- a/configure.ac +++ b/configure.ac @@ -122,8 +122,8 @@ AM_CONDITIONAL([PLATFORM_HILDON],[test "$with_platform" = "hildon"]) AM_CONDITIONAL([PLATFORM_WIN32],[test "$with_platform" = "win32"]) dnl Specify required versions of dependencies -GTK_REQUIRED=2.90.4 -GLIB_REQUIRED=2.25.9 +GTK_REQUIRED=2.90.5 +GLIB_REQUIRED=2.25.11 KEYRING_REQUIRED=2.22.0 AC_SUBST([GLIB_REQUIRED]) AC_SUBST([GTK_REQUIRED])