diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-10-17 02:46:54 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-10-17 02:46:54 +0800 |
commit | 7ef3a9a585a1525774c3e71540adfe1eb0a53205 (patch) | |
tree | 908597b5d31fc1e562d993f4acf1f619e537e819 /shell | |
parent | 9c6bce4c376a2add62ed8ce0b2fef36e171161ff (diff) | |
download | gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.tar.gz gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.tar.zst gsoc2013-evolution-7ef3a9a585a1525774c3e71540adfe1eb0a53205.zip |
Update last stable version.
2006-10-17 Harish Krishnaswamy <kharish@novell.com>
* main.c: (show_development_warning): Update last
stable version.
svn path=/trunk/; revision=32903
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 cfffa2b615..42f86e5a20 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2006-10-17 Harish Krishnaswamy <kharish@novell.com> + + * main.c: (show_development_warning): Update last + stable version. + 2006-10-16 Chris Heath <chris@heathens.co.nz> * e-shell-window.c (component_view_free): Fix memory leak. diff --git a/shell/main.c b/shell/main.c index 2d4a68bfa7..bab8ecb087 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.8.0"); + "2.8.1"); label = gtk_label_new (text); g_free(text); |