aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);