summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2002-03-24 21:17:11 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-03-24 21:17:11 +0000
commit28be9a9e4d47e4636b1d015aa4de3a9639da7fb2 (patch)
tree88d2cc0847ba206627567a0e9f42acd9360d3c4e
parent468384bfeb68ac15e049c858bc63c12c35a68b55 (diff)
downloadnautilus-28be9a9e4d47e4636b1d015aa4de3a9639da7fb2.tar.gz
bump versionNAUTILUS_1_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
-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