diff options
author | JP Rosevear <jpr@novell.com> | 2004-08-28 04:35:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-28 04:35:42 +0800 |
commit | aaa2eab453d0576143a66fcd7c488249dd0ba05c (patch) | |
tree | 589f4d5983d40667e74085efbfb83d918998246e /configure.in | |
parent | d2836e1de9a73c4dbf7417e62bb27a932a7c8c3f (diff) | |
download | gsoc2013-evolution-aaa2eab453d0576143a66fcd7c488249dd0ba05c.tar.gz gsoc2013-evolution-aaa2eab453d0576143a66fcd7c488249dd0ba05c.tar.zst gsoc2013-evolution-aaa2eab453d0576143a66fcd7c488249dd0ba05c.zip |
bump version, requirements
2004-08-27 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requirements
svn path=/trunk/; revision=27050
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 4ae97af8a3..fb45f3dc35 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.93, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.94, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -1043,9 +1043,9 @@ fi dnl --- Required version numbers -GAL_REQUIRED=2.1.14 -GTKHTML_REQUIRED=3.1.20 -EDS_REQUIRED=0.0.98 +GAL_REQUIRED=2.2.0 +GTKHTML_REQUIRED=3.2.0 +EDS_REQUIRED=0.0.99 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) @@ -1147,7 +1147,7 @@ AC_SUBST(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) fi dnl --- evolution-calendar flags -EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.1.8) +EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.2.0) AC_SUBST(LIBSOUP_CFLAGS) AC_SUBST(LIBSOUP_LIBS) |