diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <mbarnes@redhat.com> + + * main.c (show_development_warning): + Bump stable version recommendation from 2.8.1 to 2.10.1. + 2007-04-24 Matthew Barnes <mbarnes@redhat.com> * main.c: #include <gtk/gtkcheckbutton.h> (#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); |