summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2002-03-18 04:49:14 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-03-18 04:49:14 +0000
commit72a645cbbe872039f6bdf49cd7d19faf89464267 (patch)
tree7a032a4cc78235ed91ef196e353a335ec9c0ba4a /configure.in
parentfe8494364ee61a155bcd6f643ef21723908a60da (diff)
downloadnautilus-72a645cbbe872039f6bdf49cd7d19faf89464267.tar.gz
Fix typo. Was using x0 instead of y0. Reported by Edouard Poor
2002-03-17 Alexander Larsson <alla@lysator.liu.se> * libnautilus-private/nautilus-icon-factory.c (scale_icon): Fix typo. Was using x0 instead of y0. Reported by Edouard Poor <cs@edouard.info> * configure.in: Bump version to 1.1.10. Require eel 1.1.8 * NEWS: Bump version
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 b0ca23018..6057f06b0 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ ART_REQUIRED=2.3.6
BONOBO_ACTIVATION_REQUIRED=0.9.3
BONOBO_REQUIRED=1.110
BONOBO_UI_REQUIRED=1.110.2
-EEL_REQUIRED=1.1.7
+EEL_REQUIRED=1.1.8
ESOUND_REQUIRED=0.2.23
GLIB_REQUIRED=1.3.10
GNOME_CANVAS_REQUIRED=1.105
@@ -27,7 +27,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 1.1.9)
+AM_INIT_AUTOMAKE(nautilus, 1.1.10)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK