From c70d6dfd3d4f06e34c9d596102727940105472d1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 1 May 2007 17:50:54 +0000 Subject: Bump stable version recommendation from 2.8.1 to 2.10.1. 2007-05-01 Matthew Barnes * shell/main.c (show_development_warning): Bump stable version recommendation from 2.8.1 to 2.10.1. svn path=/trunk/; revision=33468 --- shell/ChangeLog | 5 +++++ shell/main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index fa1a32043a..2fe0fec9ec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2007-05-01 Matthew Barnes + + * main.c (show_development_warning): + Bump stable version recommendation from 2.8.1 to 2.10.1. + 2007-04-24 Matthew Barnes * main.c: #include (#433005) diff --git a/shell/main.c b/shell/main.c index 38b54f499b..0ecdff13b5 100644 --- a/shell/main.c +++ b/shell/main.c @@ -231,7 +231,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.1"); + "2.10.1"); label = gtk_label_new (text); g_free(text); -- cgit v1.2.3