aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 790f20324a..1bfe966222 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-02 Andre Klapper <a9016009@gmx.de>
+
+ * main.c: update last stable version number from 2.6.2 to 2.6.3
+
2006-07-27 Bastien Nocera <hadess@hadess.net>
* e-shell-nm-glib.c: (e_shell_glib_network_monitor),
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);