From a3a0a296b281dc1a4366dad845741a01f7712927 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 29 Dec 2004 16:01:23 +0000 Subject: 2.0 is the current stable version. 2004-12-29 Rodrigo Moya * main.c (show_development_warning): 2.0 is the current stable version. svn path=/trunk/; revision=28206 --- shell/ChangeLog | 5 +++++ shell/main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 3d526c8a7e..f7529b9012 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-12-29 Rodrigo Moya + + * main.c (show_development_warning): 2.0 is the current stable + version. + 2004-12-23 Sivaiah Nallaagatla * e-shell.c (e_shell_go_offline) diff --git a/shell/main.c b/shell/main.c index 90ea9e898e..43ccb41d6c 100644 --- a/shell/main.c +++ b/shell/main.c @@ -249,7 +249,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"), - "1.4"); + "2.0"); label = gtk_label_new (text); g_free(text); -- cgit