diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2006-12-19 03:09:47 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2006-12-19 03:09:47 +0800 |
commit | 2e0dda009f1aa901f02af55eb3e5977e48b1cc49 (patch) | |
tree | 8b4f609194358b7b628e6c4b1e1f5555bafe0cb1 /configure.in | |
parent | 23218bbee12497827f7f8431912ec6d5e7365391 (diff) | |
download | gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.gz gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.bz2 gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.lz gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.xz gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.tar.zst gsoc2013-evolution-2e0dda009f1aa901f02af55eb3e5977e48b1cc49.zip |
Evolution 2.9.4 release updates.
* NEWS, configure.in: Evolution 2.9.4 release
updates.
* configure.in: Bump the required EDS version to 1.9.4
svn path=/trunk/; revision=33083
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 9c56b8d65d..f56888efd4 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.9.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.9.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) @@ -1157,7 +1157,7 @@ dnl --- Required version numbers GTKHTML_REQUIRED=3.7.0 GTKHTML_PACKAGE=3.8 -EDS_REQUIRED=1.7.90 +EDS_REQUIRED=1.9.4 EDS_PACKAGE=1.2 BONOBOUI_REQUIRED=2.4.2 GNOME_VFS_REQUIRED=2.4 |