diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-07-24 23:40:38 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-07-24 23:40:38 +0800 |
commit | 87857972fde5ec9368c0ae344f9fc3b3ac89cad7 (patch) | |
tree | 2db69e20c5686a59a09f32e2a0509d2310990a58 /configure.in | |
parent | 2d711c0baa9f758dc0d2c68a1a716afeaa758cfe (diff) | |
download | gsoc2013-evolution-87857972fde5ec9368c0ae344f9fc3b3ac89cad7.tar.gz gsoc2013-evolution-87857972fde5ec9368c0ae344f9fc3b3ac89cad7.tar.zst gsoc2013-evolution-87857972fde5ec9368c0ae344f9fc3b3ac89cad7.zip |
Evolution 2.7.90 release updates.
2006-07-24 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Evolution 2.7.90 release
updates.
svn path=/trunk/; revision=32409
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 e44a54c81c..2c6564ff04 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 2.7.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.7.90, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. @@ -1141,7 +1141,7 @@ dnl --- Required version numbers GTKHTML_REQUIRED=3.7.0 GTKHTML_PACKAGE=3.8 -EDS_REQUIRED=1.7.4 +EDS_REQUIRED=1.7.90 EDS_PACKAGE=1.2 BONOBOUI_REQUIRED=2.4.2 GNOME_VFS_REQUIRED=2.4 |