summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2008-01-15 11:04:27 +0100
committerCarlos Garnacho <carlosg@gnome.org>2008-01-15 11:04:27 +0100
commitc340e03d7b20e7df23b0d135fd841f17fcbb4825 (patch)
treea3e58937c04024f46f52d0cd44ee7307e88f8c1d /configure.in
parent081e67722b2368137ff66a4066e2dcc2e1297919 (diff)
Do not require unreleased glib.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c06c77c..1a36649 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
dnl ==============================================================
dnl Process this file with autoconf to produce a configure script.
dnl ==============================================================
-AC_INIT(system-tools-backends,2.5.5)
+AC_INIT(system-tools-backends,2.5.6)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -12,7 +12,7 @@ DBUS_REQUIRED=1.1.2
DBUS_GLIB_REQUIRED=0.74
GLIB_REQUIRED=2.4.0
POLICYKIT_REQUIRED=0.5
-GIO_REQUIRED=2.15.3
+GIO_REQUIRED=2.15.2
dnl get prefix in $prefix, yes, this sucks
if test "x$prefix" = "xNONE"; then