From 1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 29 Oct 2007 07:19:25 +0000 Subject: Remove the version. Update the stable version. 2007-10-29 Srinivasa Ragavan * GNOME_Evolution_Shell.server.in.in: Remove the version. * main.c: (show_development_warning): Update the stable version. svn path=/trunk/; revision=34444 --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index 9fb14522a9..114ead8835 100644 --- a/shell/main.c +++ b/shell/main.c @@ -231,7 +231,7 @@ show_development_warning(void) "\n" "We hope that you enjoy the results of our hard work, and we\n" "eagerly await your contributions!\n"), - "2.10.1"); + "2.12.1"); label = gtk_label_new (text); g_free(text); -- cgit