aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-04-27 17:05:14 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-04-27 17:05:14 +0800
commit3aeecfe00fd92ea71a1c56c322e5ce09ee388684 (patch)
tree7a0894eafd7d2ec68f0575c2a60996ca9aa114d3 /shell/main.c
parent9c7d3b3364509167ffa928675a5b1505cc6e932e (diff)
downloadgsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.tar
gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.tar.gz
gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.tar.bz2
gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.tar.lz
gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.tar.xz
gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.tar.zst
gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.zip
update last stable version number from 2.4.2.1 to 2.6.1
2006-04-27 Andre Klapper <a9016009@gmx.de> * main.c: update last stable version number from 2.4.2.1 to 2.6.1 svn path=/trunk/; revision=31915
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 7403756bd2..428911d795 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.4.2.1");
+ "2.6.1");
label = gtk_label_new (text);
g_free(text);