From 5146632dd01d6fdff6c6312800cc2e5e339eb4e2 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Tue, 25 Oct 2005 05:56:13 +0000 Subject: Update version and bugzilla information. 2005-10-25 Harish Krishnaswamy * main.c: (show_development_warning): Update version and bugzilla information. svn path=/trunk/; revision=30560 --- shell/ChangeLog | 5 +++++ shell/main.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 213931c46f..11b08f2878 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2005-10-25 Harish Krishnaswamy + + * main.c: (show_development_warning): Update + version and bugzilla information. + 2005-09-23 S.Antony Vincent Pandian solves bug # 307780 diff --git a/shell/main.c b/shell/main.c index 83ced9695a..0117a626f5 100644 --- a/shell/main.c +++ b/shell/main.c @@ -236,13 +236,13 @@ show_development_warning(void) "If you want a stable version of Evolution, we urge you to uninstall\n" "this version, and install version %s instead.\n" "\n" - "If you find bugs, please report them to us at bugzilla.ximian.com.\n" + "If you find bugs, please report them to us at bugzilla.gnome.org.\n" "This product comes with no warranty and is not intended for\n" "individuals prone to violent fits of anger.\n" "\n" "We hope that you enjoy the results of our hard work, and we\n" "eagerly await your contributions!\n"), - "2.0"); + "2.4.1"); label = gtk_label_new (text); g_free(text); -- cgit v1.2.3