aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorAkhil Laddha <lakhil@src.gnome.org>2008-04-29 12:27:12 +0800
committerAkhil Laddha <lakhil@src.gnome.org>2008-04-29 12:27:12 +0800
commitc2d8d1eb9540f29ecce88094ffa56517bf8c78ee (patch)
tree7bef8220a6aa7c14780f27ebcb12bc48532eafc8 /shell/main.c
parentcbffd030b9f6349812dcd02ca62a3935fe2f6b4f (diff)
downloadgsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.tar
gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.tar.gz
gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.tar.bz2
gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.tar.lz
gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.tar.xz
gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.tar.zst
gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.zip
Changed stable version to 2.22.1 in Beta version warning message
* shell/main.c : Changed stable version to 2.22.1 in Beta version warning message svn path=/trunk/; revision=35433
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 f2fe0b6a99..32bff688f6 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -245,7 +245,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.12.1");
+ "2.22.1");
label = gtk_label_new (text);
g_free(text);