diff options
author | Alexander Larsson <alexl@redhat.com> | 2002-07-23 00:14:09 +0000 |
---|---|---|
committer | Dave Camp <campd@src.gnome.org> | 2002-07-23 00:14:09 +0000 |
commit | ce2dc4c4f9c8664b7579f7a3de70bd4a9e0e0fc1 (patch) | |
tree | b02082fd2a802521a298699c5d6024d52bf869c3 /configure.in | |
parent | be9b0eaf230622c1aed63fcf9c23fd3e1841f4ad (diff) | |
download | nautilus-ce2dc4c4f9c8664b7579f7a3de70bd4a9e0e0fc1.tar.gz |
Add major news items
2002-07-22 Alexander Larsson <alexl@redhat.com>
* NEWS:
Add major news items
* configure.in:
Bump version to 2.0.1
Require eel 2.0.1
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 7878d61c8..b71031320 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ ART_REQUIRED=2.3.8 BONOBO_ACTIVATION_REQUIRED=1.0.0 BONOBO_REQUIRED=2.0.0 BONOBO_UI_REQUIRED=2.0.0 -EEL_REQUIRED=2.0.0 +EEL_REQUIRED=2.0.1 ESOUND_REQUIRED=0.2.27 GLIB_REQUIRED=2 GNOME_CANVAS_REQUIRED=2.0 @@ -27,7 +27,7 @@ AC_SUBST(XML_REQUIRED) dnl =========================================================================== -AM_INIT_AUTOMAKE(nautilus, 2.0.0) +AM_INIT_AUTOMAKE(nautilus, 2.0.1) AM_CONFIG_HEADER(config.h) AM_SANITY_CHECK |