aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2005-12-21 01:33:35 +0800
committerAndre Klapper <aklapper@src.gnome.org>2005-12-21 01:33:35 +0800
commit2e5070b5672eb705f83ccee85d8e95ea19240bdd (patch)
tree97fb1e9e5650b1b0f7be92e4304f69cafed7ab67
parentce71283c7ded7edf8f94361533cdc2ae331d82de (diff)
downloadgsoc2013-evolution-2e5070b5672eb705f83ccee85d8e95ea19240bdd.tar
gsoc2013-evolution-2e5070b5672eb705f83ccee85d8e95ea19240bdd.tar.gz
gsoc2013-evolution-2e5070b5672eb705f83ccee85d8e95ea19240bdd.tar.bz2
gsoc2013-evolution-2e5070b5672eb705f83ccee85d8e95ea19240bdd.tar.lz
gsoc2013-evolution-2e5070b5672eb705f83ccee85d8e95ea19240bdd.tar.xz
gsoc2013-evolution-2e5070b5672eb705f83ccee85d8e95ea19240bdd.tar.zst
gsoc2013-evolution-2e5070b5672eb705f83ccee85d8e95ea19240bdd.zip
updated Evolution release number in unstable warning popup
2005-12-20 Andre Klapper <a9016009@gmx.de> * main.c: updated Evolution release number in unstable warning popup svn path=/trunk/; revision=30907
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index 5b3968237d..a75d8b7f38 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -242,7 +242,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.4.1");
+ "2.4.2.1");
label = gtk_label_new (text);
g_free(text);