aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/main.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index cfffa2b615..42f86e5a20 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-17 Harish Krishnaswamy <kharish@novell.com>
+
+ * main.c: (show_development_warning): Update last
+ stable version.
+
2006-10-16 Chris Heath <chris@heathens.co.nz>
* e-shell-window.c (component_view_free): Fix memory leak.
diff --git a/shell/main.c b/shell/main.c
index 2d4a68bfa7..bab8ecb087 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.8.0");
+ "2.8.1");
label = gtk_label_new (text);
g_free(text);