diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-04-27 17:05:14 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-04-27 17:05:14 +0800 |
commit | 3aeecfe00fd92ea71a1c56c322e5ce09ee388684 (patch) | |
tree | 7a0894eafd7d2ec68f0575c2a60996ca9aa114d3 /shell | |
parent | 9c7d3b3364509167ffa928675a5b1505cc6e932e (diff) | |
download | gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.tar.gz gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.tar.zst gsoc2013-evolution-3aeecfe00fd92ea71a1c56c322e5ce09ee388684.zip |
update last stable version number from 2.4.2.1 to 2.6.1
2006-04-27 Andre Klapper <a9016009@gmx.de>
* main.c: update last stable version number from 2.4.2.1 to 2.6.1
svn path=/trunk/; revision=31915
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 16c484c2f3..8f97c34098 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2006-04-27 Andre Klapper <a9016009@gmx.de> + + * main.c: update last stable version number from 2.4.2.1 to 2.6.1 + 2006-04-24 Harish Krishnaswamy <kharish@novell.com> * main.c: (kill_dataserver): add eds-1.4 and eds-1.6 diff --git a/shell/main.c b/shell/main.c index 7403756bd2..428911d795 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.4.2.1"); + "2.6.1"); label = gtk_label_new (text); g_free(text); |