diff options
author | JP Rosevear <jpr@novell.com> | 2004-08-03 05:14:38 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-03 05:14:38 +0800 |
commit | 7496d3f7b9808e2dfa65fc97eeb5797e7a91b34b (patch) | |
tree | e724238da3767e131f145ed8ed8e0b16aebfb117 /configure.in | |
parent | 4a709ba81e4872319161a287a8774825f602999d (diff) | |
download | gsoc2013-evolution-7496d3f7b9808e2dfa65fc97eeb5797e7a91b34b.tar.gz gsoc2013-evolution-7496d3f7b9808e2dfa65fc97eeb5797e7a91b34b.tar.zst gsoc2013-evolution-7496d3f7b9808e2dfa65fc97eeb5797e7a91b34b.zip |
bump version, requirements
2004-08-02 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requirements
svn path=/trunk/; revision=26803
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 409e4739fd..fa0a7a3161 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.91, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.92, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -1009,9 +1009,9 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers -GAL_REQUIRED=2.1.12 -GTKHTML_REQUIRED=3.1.18 -EDS_REQUIRED=0.0.96 +GAL_REQUIRED=2.1.13 +GTKHTML_REQUIRED=3.1.19 +EDS_REQUIRED=0.0.97 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) |