diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-06-17 23:18:38 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-06-17 23:18:38 +0800 |
commit | e190315d3a9ce2a29c5fab501def1801badae41c (patch) | |
tree | abab93eed7ae8a1873e5209cfbe8f62fd332005b /shell | |
parent | 36fbdf0872c921bd685f6984ec5405f8b9ab2fc5 (diff) | |
download | gsoc2013-evolution-e190315d3a9ce2a29c5fab501def1801badae41c.tar.gz gsoc2013-evolution-e190315d3a9ce2a29c5fab501def1801badae41c.tar.zst gsoc2013-evolution-e190315d3a9ce2a29c5fab501def1801badae41c.zip |
update last stable version number from 2.6.1 to 2.6.2
2006-06-17 Andre Klapper <a9016009@gmx.de>
* main.c: update last stable version number from 2.6.1 to 2.6.2
svn path=/trunk/; revision=32164
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ca7074a405..77b64db9f8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2006-06-17 Andre Klapper <a9016009@gmx.de> + + * main.c: update last stable version number from 2.6.1 to 2.6.2 + 2006-05-25 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #341334 diff --git a/shell/main.c b/shell/main.c index 428911d795..ee86b45e58 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.6.1"); + "2.6.2"); label = gtk_label_new (text); g_free(text); |