diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8cfc0350a7..76ed82e7c3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2006-09-14 Andre Klapper <a9016009@gmx.de> + + * main.c: update last stable version number from 2.6.3 to 2.8.0 + 2006-09-04 Harish Krishnaswamy <kharish@novell.com> * e-shell-window-commands.c: Add documentation diff --git a/shell/main.c b/shell/main.c index e2f10bb846..2d4a68bfa7 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.3"); + "2.8.0"); label = gtk_label_new (text); g_free(text); |