diff options
author | JP Rosevear <jpr@novell.com> | 2004-12-21 14:53:19 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-12-21 14:53:19 +0800 |
commit | 27b1a02bd076736c2b7785e7d248ea80a755e7b8 (patch) | |
tree | 2509d8405c115ef196e761e75f62d17506794b21 /configure.in | |
parent | 4ce633a8e88b8239b3be32ca559c33e830b120e3 (diff) | |
download | gsoc2013-evolution-27b1a02bd076736c2b7785e7d248ea80a755e7b8.tar.gz gsoc2013-evolution-27b1a02bd076736c2b7785e7d248ea80a755e7b8.tar.zst gsoc2013-evolution-27b1a02bd076736c2b7785e7d248ea80a755e7b8.zip |
bump version, requires
2004-12-20 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requires
svn path=/trunk/; revision=28158
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index d35cefe0c9..10bb48e668 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, 2.1.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.1.2, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -1100,9 +1100,9 @@ dnl --- Required version numbers GAL_REQUIRED=2.3.1 GAL_PACKAGE=2.4 -GTKHTML_REQUIRED=3.5.1 +GTKHTML_REQUIRED=3.5.2 GTKHTML_PACKAGE=3.6 -EDS_REQUIRED=1.1.1 +EDS_REQUIRED=1.1.2 EDS_PACKAGE=1.2 BONOBOUI_REQUIRED=2.4.2 |