diff options
author | Ray Strode <rstrode@redhat.com> | 2010-12-17 12:43:23 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2010-12-17 12:44:19 -0500 |
commit | 375920671b95591a6b01d7c88ca93520bc2ca65f (patch) | |
tree | 94ef5681fd26970ee8545115e87e6310cb224137 /configure.ac | |
parent | 4ca9d99ec29f9874d8fa1282a1e178fc48e5658b (diff) | |
download | gdm-375920671b95591a6b01d7c88ca93520bc2ca65f.tar.gz |
configure: bump to 2.91.4
Since we now are doing shipping a dconf database in our tarball,k
gnome 3 components, jump on the gnome 3 train.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ed07dcec..3a127678 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.60]) AC_INIT([gdm], - [2.32.0], + [2.91.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=gdm]) AC_CONFIG_SRCDIR([daemon/gdm-manager.c]) @@ -40,7 +40,7 @@ dnl - Dependencies dnl --------------------------------------------------------------------------- DBUS_GLIB_REQUIRED_VERSION=0.74 -GLIB_REQUIRED_VERSION=2.22.0 +GLIB_REQUIRED_VERSION=2.27.4 GTK_REQUIRED_VERSION=2.20.0 PANGO_REQUIRED_VERSION=1.3.0 SCROLLKEEPER_REQUIRED_VERSION=0.1.4 |