diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2007-01-09 02:12:01 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2007-01-09 02:12:01 +0800 |
commit | 37143b0c9bf575d19cf24640ab54a2e9d826bfdb (patch) | |
tree | 7b73b1cab2c4d6e48fc1c40244d2ba2603971d9e | |
parent | 6168bc0d2ef80a2f7da8c97e6c3762015141707f (diff) | |
download | gsoc2013-evolution-37143b0c9bf575d19cf24640ab54a2e9d826bfdb.tar.gz gsoc2013-evolution-37143b0c9bf575d19cf24640ab54a2e9d826bfdb.tar.zst gsoc2013-evolution-37143b0c9bf575d19cf24640ab54a2e9d826bfdb.zip |
Evolution 2.9.5 release updates.
2006-01-08 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Evolution 2.9.5 release
updates.
svn path=/trunk/; revision=33128
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-01-08 Harish Krishnaswamy <kharish@novell.com> + + * NEWS, configure.in: Evolution 2.9.5 release + updates. + 2007-01-08 Veerapuram Varadhan <vvaradhan@novell.com> Patch submitted by Nathan Owens <pianocomp81@yahoo.com) and diff --git a/configure.in b/configure.in index 63e60b186a..ee43858e85 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.4, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.9.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) |