aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-08-14 04:06:34 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-08-14 04:06:34 +0800
commitea3c05968806735f578c6be92ecd3862b28bc192 (patch)
treeaae67b5d92998724fefa137cb7ef3aff43dd6c58 /configure.in
parent2b6606fbf8072adb7d7ddf0d620d77eabe92e60d (diff)
downloadgsoc2013-evolution-ea3c05968806735f578c6be92ecd3862b28bc192.tar
gsoc2013-evolution-ea3c05968806735f578c6be92ecd3862b28bc192.tar.gz
gsoc2013-evolution-ea3c05968806735f578c6be92ecd3862b28bc192.tar.bz2
gsoc2013-evolution-ea3c05968806735f578c6be92ecd3862b28bc192.tar.lz
gsoc2013-evolution-ea3c05968806735f578c6be92ecd3862b28bc192.tar.xz
gsoc2013-evolution-ea3c05968806735f578c6be92ecd3862b28bc192.tar.zst
gsoc2013-evolution-ea3c05968806735f578c6be92ecd3862b28bc192.zip
bump version. requires
2004-08-13 JP Rosevear <jpr@novell.com> * configure.in: bump version. requires svn path=/trunk/; revision=26926
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index de21be61d4..da76a95dab 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, 1.5.92, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 1.5.93, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -1038,9 +1038,9 @@ fi
dnl --- Required version numbers
-GAL_REQUIRED=2.1.13
-GTKHTML_REQUIRED=3.1.19
-EDS_REQUIRED=0.0.97
+GAL_REQUIRED=2.1.14
+GTKHTML_REQUIRED=3.1.20
+EDS_REQUIRED=0.0.98
BONOBOUI_REQUIRED=2.4.2
AC_SUBST(GAL_REQUIRED)