diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-13 12:30:14 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-13 12:30:14 +0800 |
commit | 31d60040afd06ffe62e8d761cd61b4b3720454e0 (patch) | |
tree | f460b39c534dc04e045ab6583f6239624fa1f6ae /configure.in | |
parent | 3518f77cb294a8cbde366cc923e9ab72d752bc64 (diff) | |
download | gsoc2013-evolution-31d60040afd06ffe62e8d761cd61b4b3720454e0.tar.gz gsoc2013-evolution-31d60040afd06ffe62e8d761cd61b4b3720454e0.tar.zst gsoc2013-evolution-31d60040afd06ffe62e8d761cd61b4b3720454e0.zip |
bump version and requirements
2004-01-12 JP Rosevear <jpr@ximian.com>
* configure.in: bump version and requirements
svn path=/trunk/; revision=24193
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 acb3ec1c8c..3645d2c913 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.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.2, 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.2 -GTKHTML_REQUIRED=3.1.5 -EDS_REQUIRED=0.0.4 +GAL_REQUIRED=2.1.3 +GTKHTML_REQUIRED=3.1.6 +EDS_REQUIRED=0.0.5 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) |