Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-12 17:21:23 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-07-12 17:21:23 (GMT)
commitfbef41f0e5fafef907838337f3f9f87eb519752d (patch)
treec41c40d0b04863a2648d0f96abac4c99e51a4596
parenteda5b9b1b5ad36c1d52dfb6e3d617dfb7f614ab1 (diff)
Bump GTK+ version to 2.90.5 and GLib to 2.25.11
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8b7a286..bf1692e 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])