aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-10-17 02:46:54 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-10-17 02:46:54 +0800
commit7ef3a9a585a1525774c3e71540adfe1eb0a53205 (patch)
tree908597b5d31fc1e562d993f4acf1f619e537e819 /shell/main.c
parent9c6bce4c376a2add62ed8ce0b2fef36e171161ff (diff)
downloadgsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.tar
gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.tar.gz
gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.tar.bz2
gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.tar.lz
gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.tar.xz
gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.tar.zst
gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.zip
Update last stable version.
2006-10-17 Harish Krishnaswamy <kharish@novell.com> * main.c: (show_development_warning): Update last stable version. svn path=/trunk/; revision=32903
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 2d4a68bfa7..bab8ecb087 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.8.0");
+ "2.8.1");
label = gtk_label_new (text);
g_free(text);