diff options
author | JP Rosevear <jpr@novell.com> | 2004-07-20 05:27:36 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-07-20 05:27:36 +0800 |
commit | bfb438d42fda91c4fe1fc145bcc938df77780923 (patch) | |
tree | a9788b7894581de6f2e040d08c6d386f5e342270 /configure.in | |
parent | fa0876197b7f7d70c53211ad11c3c25597465ad3 (diff) | |
download | gsoc2013-evolution-bfb438d42fda91c4fe1fc145bcc938df77780923.tar.gz gsoc2013-evolution-bfb438d42fda91c4fe1fc145bcc938df77780923.tar.zst gsoc2013-evolution-bfb438d42fda91c4fe1fc145bcc938df77780923.zip |
bump version, requirements
2004-07-19 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requirements
svn path=/trunk/; revision=26676
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 988e6d501a..81317c65a7 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.90, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.91, 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.11 -GTKHTML_REQUIRED=3.1.17 -EDS_REQUIRED=0.0.95 +GAL_REQUIRED=2.1.12 +GTKHTML_REQUIRED=3.1.18 +EDS_REQUIRED=0.0.96 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) |