summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS2
-rw-r--r--configure.in4
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ac8e89f12..61c9f7faa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-24 Alexander Larsson <alla@lysator.liu.se>
+
+ * NEWS:
+ bump version
+
+ * configure.in:
+ Require eel 1.1.9. Bump version to 1.1.11
+
2002-03-24 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-entry.c: (nautilus_entry_init):
diff --git a/NEWS b/NEWS
index 88f2a4b00..e7612c899 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-This is nautilus 1.1.10, an interim version in the process of
+This is nautilus 1.1.11, an interim version in the process of
porting nautilus from the Gnome 1 platform to the Gnome 2 platform.
A later release will document the changes since Gnome 1.
diff --git a/configure.in b/configure.in
index 259d73e57..213e726b9 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.113
BONOBO_UI_REQUIRED=1.110.2
-EEL_REQUIRED=1.1.8
+EEL_REQUIRED=1.1.9
ESOUND_REQUIRED=0.2.23
GLIB_REQUIRED=2
GNOME_CANVAS_REQUIRED=1.105
@@ -27,7 +27,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 1.1.10)
+AM_INIT_AUTOMAKE(nautilus, 1.1.11)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK