diff options
author | JP Rosevear <jpr@novell.com> | 2004-07-05 23:08:43 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-07-05 23:08:43 +0800 |
commit | 8893f5137dd77a76ce1fbaa8e8793a40a750f3fb (patch) | |
tree | 6ba22cb0aebe343b8c1b9d0980449957e391f989 /configure.in | |
parent | 44ede0596eeb155117703e54c7a3a5b2c891bced (diff) | |
download | gsoc2013-evolution-8893f5137dd77a76ce1fbaa8e8793a40a750f3fb.tar.gz gsoc2013-evolution-8893f5137dd77a76ce1fbaa8e8793a40a750f3fb.tar.zst gsoc2013-evolution-8893f5137dd77a76ce1fbaa8e8793a40a750f3fb.zip |
bump version, requirements
2004-07-02 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requirements
2004-07-02 JP Rosevaer <jpr@novell.com>
* Makefile.am (SUBDIRS): Revert previous error change
svn path=/trunk/; revision=26583
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 0498096588..792d7041b3 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.9, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.90, 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.10 -GTKHTML_REQUIRED=3.1.15 -EDS_REQUIRED=0.0.94 +GAL_REQUIRED=2.1.11 +GTKHTML_REQUIRED=3.1.17 +EDS_REQUIRED=0.0.95 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) |