aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2007-10-29 15:19:25 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-10-29 15:19:25 +0800
commit1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d (patch)
tree581437f969531bbef3caa1ce6a7f31902af6b30b
parent90d90b397c2ce896824151259eef4f9867dd25f6 (diff)
downloadgsoc2013-evolution-1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d.tar
gsoc2013-evolution-1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d.tar.gz
gsoc2013-evolution-1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d.tar.bz2
gsoc2013-evolution-1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d.tar.lz
gsoc2013-evolution-1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d.tar.xz
gsoc2013-evolution-1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d.tar.zst
gsoc2013-evolution-1c749ee5c6d6b6cf8c962385e503c2a50c93bc3d.zip
Remove the version. Update the stable version.
2007-10-29 Srinivasa Ragavan <sragavan@novell.com> * GNOME_Evolution_Shell.server.in.in: Remove the version. * main.c: (show_development_warning): Update the stable version. svn path=/trunk/; revision=34444
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/GNOME_Evolution_Shell.server.in.in2
-rw-r--r--shell/main.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index df2f3569c9..acb070740a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-29 Srinivasa Ragavan <sragavan@novell.com>
+
+ * GNOME_Evolution_Shell.server.in.in: Remove the version.
+ * main.c: (show_development_warning): Update the stable version.
+
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
* e-component-registry.c: (query_components):
diff --git a/shell/GNOME_Evolution_Shell.server.in.in b/shell/GNOME_Evolution_Shell.server.in.in
index 596c312e10..b055f3000d 100644
--- a/shell/GNOME_Evolution_Shell.server.in.in
+++ b/shell/GNOME_Evolution_Shell.server.in.in
@@ -2,7 +2,7 @@
<oaf_server iid="OAFIID:GNOME_Evolution_Shell:@VERSION@"
type="exe"
- location="@BINDIR_IN_SERVER_FILE@/evolution-@VERSION@@EXEEXT@">
+ location="@BINDIR_IN_SERVER_FILE@/evolution@EXEEXT@">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Evolution/Shell:@VERSION@"/>
diff --git a/shell/main.c b/shell/main.c
index 9fb14522a9..114ead8835 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -231,7 +231,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.10.1");
+ "2.12.1");
label = gtk_label_new (text);
g_free(text);