diff options
author | Alex Larsson <alexl@redhat.com> | 2002-05-13 17:46:15 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2002-05-13 17:46:15 +0000 |
commit | 4757eb2c211b8292ba9df37232530d1a06ed0bf2 (patch) | |
tree | 2d2350ff338713ed6f8893a2ed20b741e739f1ae /configure.in | |
parent | 03a2dbc312468ede91f06eeb3f07b930494d8e88 (diff) | |
download | nautilus-4757eb2c211b8292ba9df37232530d1a06ed0bf2.tar.gz |
Bump version numberNAUTILUS_1_1_16
2002-05-13 Alex Larsson <alexl@redhat.com>
* configure.in:
* NEWS:
Bump version number
2002-05-13 Alex Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file-operations.c:
Make empty trash confirmation dialog title say "Empty Trash?"
instead of "Delete Trash Contents?".
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c9f0ca7ca..323218425 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.13 +EEL_REQUIRED=1.1.14 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.15) +AM_INIT_AUTOMAKE(nautilus, 1.1.16) AM_CONFIG_HEADER(config.h) AM_SANITY_CHECK |