diff options
author | JP Rosevear <jpr@ximian.com> | 2004-02-10 04:46:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-02-10 04:46:37 +0800 |
commit | 6c8106d36334fc56f6d9e089b6e7d1156651945d (patch) | |
tree | 8e8b95d5a3360fb6ff2b1ce16b6e8623a9675391 /configure.in | |
parent | c406ecad32f63137e4cb60548b519dac65f9b9a7 (diff) | |
download | gsoc2013-evolution-6c8106d36334fc56f6d9e089b6e7d1156651945d.tar.gz gsoc2013-evolution-6c8106d36334fc56f6d9e089b6e7d1156651945d.tar.zst gsoc2013-evolution-6c8106d36334fc56f6d9e089b6e7d1156651945d.zip |
bump version, libtool numbers
2004-02-09 JP Rosevear <jpr@ximian.com>
* configure.in: bump version, libtool numbers
svn path=/trunk/; revision=24685
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 b66fee314d..78d78fa07d 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.3, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.4, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -976,9 +976,9 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers -GAL_REQUIRED=2.1.4 -GTKHTML_REQUIRED=3.1.7 -EDS_REQUIRED=0.0.6 +GAL_REQUIRED=2.1.5 +GTKHTML_REQUIRED=3.1.8 +EDS_REQUIRED=0.0.7 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) @@ -1074,7 +1074,7 @@ AC_SUBST(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) fi dnl --- evolution-calendar flags -EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.1.5) +EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.1.6) AC_SUBST(LIBSOUP_CFLAGS) AC_SUBST(LIBSOUP_LIBS) |