diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-11 21:55:10 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-11 21:55:10 +0800 |
commit | 8ca3f6b56a8bd1a43bc89aa300014082672d695f (patch) | |
tree | ba32e4e988af5ad2e0f19ac282782e93cc99b6f5 /configure.in | |
parent | bea2b628759cedf8734e8e540c8e2537e12c8fec (diff) | |
download | gsoc2013-evolution-8ca3f6b56a8bd1a43bc89aa300014082672d695f.tar.gz gsoc2013-evolution-8ca3f6b56a8bd1a43bc89aa300014082672d695f.tar.zst gsoc2013-evolution-8ca3f6b56a8bd1a43bc89aa300014082672d695f.zip |
bump version
2005-01-11 JP Rosevear <jpr@novell.com>
* configure.in: bump version
svn path=/trunk/; revision=28357
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 a998f4b20c..dca92de97e 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.2, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.1.3, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -1098,11 +1098,11 @@ fi dnl --- Required version numbers -GAL_REQUIRED=2.3.1 +GAL_REQUIRED=2.3.2 GAL_PACKAGE=2.4 -GTKHTML_REQUIRED=3.5.2 +GTKHTML_REQUIRED=3.5.3 GTKHTML_PACKAGE=3.6 -EDS_REQUIRED=1.1.2 +EDS_REQUIRED=1.1.3 EDS_PACKAGE=1.2 BONOBOUI_REQUIRED=2.4.2 |