diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-01-22 Veerapuram Varadhan <vvaradhan@novell.com> + + * NEWS, configure.in: Evolution 2.9.6 release + updates. + 2007-01-22 Sankar P <psankar@novell.com> * configure.in: Added support for configuring the @@ -1,3 +1,12 @@ +Evolution 2.9.6 2007-01-22 +-------------------------- +Updated Translations: +Ilkka Tuohela (fi), Daniel Nylander(sv) + +Contributors: +Raghavendran R, Srinivasa Ragavan, Sankar P + + Evolution 2.9.5 2007-01-08 -------------------------- diff --git a/configure.in b/configure.in index 4c82c05171..726d9cd7db 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.9.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.9.6, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) |