Changed stable version to 2.22.1 in Beta version warning message

* shell/main.c : Changed stable version to 2.22.1 in Beta version warning message 

svn path=/trunk/; revision=35433
This commit is contained in:
Akhil Laddha
2008-04-29 04:27:12 +00:00
parent cbffd030b9
commit c2d8d1eb95
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-04-29 Akhil Laddha <lakhil@novell.com>
** Fix for bug #529660
* main.c (show_development_warning): Change stable version to 2.22.1
2008-04-26 James Westby <jw+debian@jameswestby.net>
** Fix for bug #518103

View File

@ -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.12.1");
"2.22.1");
label = gtk_label_new (text);
g_free(text);