diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-30 02:28:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-30 02:28:25 +0800 |
commit | 610d658ef1161352deec480e66db779f3d71d007 (patch) | |
tree | 7e2d9b8a5f2f7355748011984085c1c2dafc8e29 /configure.in | |
parent | 01adb21983573148457e70f3b8177555bd4fdbc7 (diff) | |
download | gsoc2013-evolution-610d658ef1161352deec480e66db779f3d71d007.tar.gz gsoc2013-evolution-610d658ef1161352deec480e66db779f3d71d007.tar.zst gsoc2013-evolution-610d658ef1161352deec480e66db779f3d71d007.zip |
bump version and gal, e-d-s and gtkhtml requirements
2003-12-29 JP Rosevear <jpr@ximian.com>
* configure.in: bump version and gal, e-d-s and gtkhtml
requirements
svn path=/trunk/; revision=24014
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 a613619f01..08c75f977a 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, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -968,9 +968,9 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers -GAL_REQUIRED=2.1.1 -GTKHTML_REQUIRED=3.1.4 -EDS_REQUIRED=0.0.3 +GAL_REQUIRED=2.1.2 +GTKHTML_REQUIRED=3.1.5 +EDS_REQUIRED=0.0.4 AC_SUBST(GAL_REQUIRED) AC_SUBST(GTKHTML_REQUIRED) |