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 ca7074a405..77b64db9f8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2006-06-17 Andre Klapper <a9016009@gmx.de> + + * main.c: update last stable version number from 2.6.1 to 2.6.2 + 2006-05-25 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #341334 diff --git a/shell/main.c b/shell/main.c index 428911d795..ee86b45e58 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.1"); + "2.6.2"); label = gtk_label_new (text); g_free(text); |