diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-05-02 01:50:54 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-05-02 01:50:54 +0800 |
commit | c70d6dfd3d4f06e34c9d596102727940105472d1 (patch) | |
tree | e8a6ca4a6875919aa26df4a202cb5101a3d82de9 /shell | |
parent | 4b7830b5c20d6d25270714e0ecfbe6fabd87a80a (diff) | |
download | gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.tar.gz gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.tar.zst gsoc2013-evolution-c70d6dfd3d4f06e34c9d596102727940105472d1.zip |
Bump stable version recommendation from 2.8.1 to 2.10.1.
2007-05-01 Matthew Barnes <mbarnes@redhat.com>
* shell/main.c (show_development_warning):
Bump stable version recommendation from 2.8.1 to 2.10.1.
svn path=/trunk/; revision=33468
Diffstat (limited to 'shell')
-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); |