diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-04-26 21:12:56 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-04-26 21:12:56 +0800 |
commit | c33105b36aa6e2cc383a343ff40e013d3778d143 (patch) | |
tree | d76cc0260231e6460437a64ba7bcbe54b0f32ce2 | |
parent | e79c916403b5f9c0ac1f587f1d1d6ff7cdfd20a3 (diff) | |
download | gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.tar.gz gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.tar.zst gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.zip |
configure.in - bump version
svn path=/trunk/; revision=29230
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-04-26 Harish Krishnaswamy <kharish@novell.com> + + * configure.in : Bump version + 2005-04-25 Harish Krishnaswamy <kharish@novell.com> * configure.in: Bump libsoup requires. diff --git a/configure.in b/configure.in index db8523f1d4..1e3c682bc2 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.3.0, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.3.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |