diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-25 14:54:22 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-25 14:54:22 +0800 |
commit | 494add4ac6671776be72d7ffebf2c93cb1d486bb (patch) | |
tree | 1bc0bc3d873211e31cbe30d13bf1877f2ceda65f /configure.in | |
parent | e064e2b5796bf15a74c83acd120fcdb9f10239bf (diff) | |
download | gsoc2013-evolution-494add4ac6671776be72d7ffebf2c93cb1d486bb.tar.gz gsoc2013-evolution-494add4ac6671776be72d7ffebf2c93cb1d486bb.tar.zst gsoc2013-evolution-494add4ac6671776be72d7ffebf2c93cb1d486bb.zip |
bump version and requires
2005-01-24 JP Rosevear <jpr@novell.com>
* configure.in: bump version and requires
svn path=/trunk/; revision=28545
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index eee498e249..a2568340ac 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.1.3.2, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.1.4, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -1098,11 +1098,11 @@ fi dnl --- Required version numbers -GAL_REQUIRED=2.3.2 +GAL_REQUIRED=2.3.3 GAL_PACKAGE=2.4 -GTKHTML_REQUIRED=3.5.3 +GTKHTML_REQUIRED=3.5.4 GTKHTML_PACKAGE=3.6 -EDS_REQUIRED=1.1.3 +EDS_REQUIRED=1.1.4 EDS_PACKAGE=1.2 BONOBOUI_REQUIRED=2.4.2 |