aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 447bb300e5..154ddf4616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-07-29 Harish Krishnaswamy <kharish@novell.com>
+
+ * configure.in: Bump version number
+
+ *****Release 2.3.6.1***** includes fix for
+ #311731 - (Removing folders from an IMAP)
+
+
2005-07-26 Harish Krishnaswamy <kharish@novell.com>
* plugins/calendar-weather/Makefile.am:
diff --git a/configure.in b/configure.in
index 58449ed6da..953bb45986 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.6, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.3.6.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)