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 16c484c2f3..8f97c34098 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2006-04-27 Andre Klapper <a9016009@gmx.de> + + * main.c: update last stable version number from 2.4.2.1 to 2.6.1 + 2006-04-24 Harish Krishnaswamy <kharish@novell.com> * main.c: (kill_dataserver): add eds-1.4 and eds-1.6 diff --git a/shell/main.c b/shell/main.c index 7403756bd2..428911d795 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.4.2.1"); + "2.6.1"); label = gtk_label_new (text); g_free(text); |