summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2002-09-27 10:40:25 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-09-27 10:40:25 +0000
commitd049d5e03915c5e41ab7ba0d20423d4bfc84415b (patch)
tree08d6a5a5f3b541732811d482cd771ae65d8e4756 /configure.in
parenta4566e42ffd125876b380f18e4bebf0a87ced9bb (diff)
downloadnautilus-d049d5e03915c5e41ab7ba0d20423d4bfc84415b.tar.gz
Require eel 2.1.0, libgnomeui 2.1.0 Bump version to 2.1.0
2002-09-27 Alexander Larsson <alexl@redhat.com> * configure.in: Require eel 2.1.0, libgnomeui 2.1.0 Bump version to 2.1.0 * libnautilus-private/Makefile.am: * libnautilus-private/gnome-icon-lookup.[ch]: * libnautilus-private/gnome-thumbnail-pixbuf-utils.c: * libnautilus-private/gnome-thumbnail.[ch]: Removed. Moved to libgnomeui. * libnautilus-private/nautilus-icon-factory.[ch]: * libnautilus-private/nautilus-link-desktop-file.c: Update to new APIs.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0460007d3..3f0990c80 100644
--- a/configure.in
+++ b/configure.in
@@ -6,13 +6,13 @@ ART_REQUIRED=2.3.10
BONOBO_ACTIVATION_REQUIRED=1.0.0
BONOBO_REQUIRED=2.0.0
BONOBO_UI_REQUIRED=2.0.0
-EEL_REQUIRED=2.0.4
+EEL_REQUIRED=2.1.0
ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
GNOME_CANVAS_REQUIRED=2.0
GNOME_DESKTOP_REQUIRED=2.0.3
GNOME_REQUIRED=2.0.1
-GNOME_UI_REQUIRED=2.0
+GNOME_UI_REQUIRED=2.1.0
GNOME_VFS_REQUIRED=1.9
GTK_REQUIRED=2.0.5
MEDUSA_REQUIRED=0.5.1
@@ -27,7 +27,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.0.6)
+AM_INIT_AUTOMAKE(nautilus, 2.1.0)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK