diff options
author | Alexander Larsson <alexl@redhat.com> | 2004-09-13 09:08:53 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2004-09-13 09:08:53 +0000 |
commit | c68895d18d10d63f451ad764b4243e73c2fdc048 (patch) | |
tree | c87da08d0da4b27d02bd3c483062215c4729ebf0 /configure.in | |
parent | d8fcf8da779cdf983339e7e31fa002ca16bbfac7 (diff) | |
download | nautilus-c68895d18d10d63f451ad764b4243e73c2fdc048.tar.gz |
Update for 2.8.0NAUTILUS_2_8_0
2004-09-13 Alexander Larsson <alexl@redhat.com>
* NEWS:
Update for 2.8.0
* configure.in:
Bump version to 2.8.0
Require eel 2.8.0
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 3561543af..bc6bf70d6 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ ART_REQUIRED=2.3.10 BONOBO_ACTIVATION_REQUIRED=2.1.0 BONOBO_REQUIRED=2.1.0 BONOBO_UI_REQUIRED=2.2.0 -EEL_REQUIRED=2.7.92 +EEL_REQUIRED=2.8.0 ESOUND_REQUIRED=0.2.27 GLIB_REQUIRED=2.3.0 GNOME_DESKTOP_REQUIRED=2.1.0 @@ -43,7 +43,7 @@ AC_SUBST(STARTUP_NOTIFICATION_REQUIRED) dnl =========================================================================== -AM_INIT_AUTOMAKE(nautilus, 2.7.92) +AM_INIT_AUTOMAKE(nautilus, 2.8.0) AM_CONFIG_HEADER(config.h) AM_SANITY_CHECK |