aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2005-04-26 21:12:56 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-04-26 21:12:56 +0800
commitc33105b36aa6e2cc383a343ff40e013d3778d143 (patch)
treed76cc0260231e6460437a64ba7bcbe54b0f32ce2
parente79c916403b5f9c0ac1f587f1d1d6ff7cdfd20a3 (diff)
downloadgsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.tar
gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.tar.gz
gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.tar.bz2
gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.tar.lz
gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.tar.xz
gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.tar.zst
gsoc2013-evolution-c33105b36aa6e2cc383a343ff40e013d3778d143.zip
configure.in - bump version
svn path=/trunk/; revision=29230
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 80a1ad3ab5..b41be9b8d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)