diff options
author | Akhil Laddha <lakhil@src.gnome.org> | 2008-04-29 12:27:12 +0800 |
---|---|---|
committer | Akhil Laddha <lakhil@src.gnome.org> | 2008-04-29 12:27:12 +0800 |
commit | c2d8d1eb9540f29ecce88094ffa56517bf8c78ee (patch) | |
tree | 7bef8220a6aa7c14780f27ebcb12bc48532eafc8 | |
parent | cbffd030b9f6349812dcd02ca62a3935fe2f6b4f (diff) | |
download | gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.tar.gz gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.tar.zst gsoc2013-evolution-c2d8d1eb9540f29ecce88094ffa56517bf8c78ee.zip |
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
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b056e8f369..fa452cccc8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -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 diff --git a/shell/main.c b/shell/main.c index f2fe0b6a99..32bff688f6 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.12.1"); + "2.22.1"); label = gtk_label_new (text); g_free(text); |