diff options
author | JP Rosevear <jpr@ximian.com> | 2004-03-06 03:48:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-03-06 03:48:49 +0800 |
commit | 974f7c1913309fabbedea1684744267e7edb2dcf (patch) | |
tree | e6a35b39138a49de889ba746cffe498b8877df81 /configure.in | |
parent | b11b2abeebc0ca31955f2929a72d1d12786f9b97 (diff) | |
download | gsoc2013-evolution-974f7c1913309fabbedea1684744267e7edb2dcf.tar.gz gsoc2013-evolution-974f7c1913309fabbedea1684744267e7edb2dcf.tar.zst gsoc2013-evolution-974f7c1913309fabbedea1684744267e7edb2dcf.zip |
bump version, requirements
2004-03-05 JP Rosevear <jpr@ximian.com>
* configure.in: bump version, requirements
svn path=/trunk/; revision=24978
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 07e20aeaf1..0b2a6112a4 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.4, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.5, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -983,9 +983,9 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers -GAL_REQUIRED=2.1.5 -GTKHTML_REQUIRED=3.1.8 -EDS_REQUIRED=0.0.7 +GAL_REQUIRED=2.1.6 +GTKHTML_REQUIRED=3.1.6 +EDS_REQUIRED=0.0.90 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) @@ -1081,7 +1081,7 @@ AC_SUBST(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) fi dnl --- evolution-calendar flags -EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.1.6) +EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.1.8) AC_SUBST(LIBSOUP_CFLAGS) AC_SUBST(LIBSOUP_LIBS) |