diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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) |