aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-08-02 16:08:04 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-08-02 16:08:04 +0800
commitc90be538309e033018e8b18536d6b4cb9875dcab (patch)
tree0563de1169dbce240a882a9d347b987dcd80b844 /shell/main.c
parent9fbfc190a8d0728282ab5416340f63a796e916eb (diff)
downloadgsoc2013-evolution-c90be538309e033018e8b18536d6b4cb9875dcab.tar
gsoc2013-evolution-c90be538309e033018e8b18536d6b4cb9875dcab.tar.gz
gsoc2013-evolution-c90be538309e033018e8b18536d6b4cb9875dcab.tar.bz2
gsoc2013-evolution-c90be538309e033018e8b18536d6b4cb9875dcab.tar.lz
gsoc2013-evolution-c90be538309e033018e8b18536d6b4cb9875dcab.tar.xz
gsoc2013-evolution-c90be538309e033018e8b18536d6b4cb9875dcab.tar.zst
gsoc2013-evolution-c90be538309e033018e8b18536d6b4cb9875dcab.zip
update last stable version number from 2.6.2 to 2.6.3
2006-08-02 Andre Klapper <a9016009@gmx.de> * main.c: update last stable version number from 2.6.2 to 2.6.3 svn path=/trunk/; revision=32464
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 ee86b45e58..f5f3d13240 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.6.2");
+ "2.6.3");
label = gtk_label_new (text);
g_free(text);