aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-12-30 00:01:23 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-12-30 00:01:23 +0800
commita3a0a296b281dc1a4366dad845741a01f7712927 (patch)
tree438a549ea6703425313443317742707a0624d67e /shell/main.c
parentba9eaa9ca0ff69f2a3136d1657efa1fed86c247c (diff)
downloadgsoc2013-evolution-a3a0a296b281dc1a4366dad845741a01f7712927.tar
gsoc2013-evolution-a3a0a296b281dc1a4366dad845741a01f7712927.tar.gz
gsoc2013-evolution-a3a0a296b281dc1a4366dad845741a01f7712927.tar.bz2
gsoc2013-evolution-a3a0a296b281dc1a4366dad845741a01f7712927.tar.lz
gsoc2013-evolution-a3a0a296b281dc1a4366dad845741a01f7712927.tar.xz
gsoc2013-evolution-a3a0a296b281dc1a4366dad845741a01f7712927.tar.zst
gsoc2013-evolution-a3a0a296b281dc1a4366dad845741a01f7712927.zip
2.0 is the current stable version.
2004-12-29 Rodrigo Moya <rodrigo@novell.com> * main.c (show_development_warning): 2.0 is the current stable version. svn path=/trunk/; revision=28206
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 90ea9e898e..43ccb41d6c 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -249,7 +249,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"),
- "1.4");
+ "2.0");
label = gtk_label_new (text);
g_free(text);