aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-05-02 01:50:54 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-05-02 01:50:54 +0800
commitc70d6dfd3d4f06e34c9d596102727940105472d1 (patch)
treee8a6ca4a6875919aa26df4a202cb5101a3d82de9 /shell/main.c
parent4b7830b5c20d6d25270714e0ecfbe6fabd87a80a (diff)
downloadgsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.tar
gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.tar.gz
gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.tar.bz2
gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.tar.lz
gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.tar.xz
gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.tar.zst
gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.zip
Bump stable version recommendation from 2.8.1 to 2.10.1.
2007-05-01 Matthew Barnes <mbarnes@redhat.com> * shell/main.c (show_development_warning): Bump stable version recommendation from 2.8.1 to 2.10.1. svn path=/trunk/; revision=33468
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index 38b54f499b..0ecdff13b5 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.8.1");
+ "2.10.1");
label = gtk_label_new (text);
g_free(text);