aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-13 09:26:17 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-13 09:26:17 +0800
commit11de2d8861a957ef7fa8178e09fee53cec4fc80f (patch)
tree1ce162efe11f0decf9b2661c30b4e6d624ca7e98
parentdc06d7ef54d3971b97ce0366bdc52fc96f400b17 (diff)
downloadgsoc2013-evolution-11de2d8861a957ef7fa8178e09fee53cec4fc80f.tar
gsoc2013-evolution-11de2d8861a957ef7fa8178e09fee53cec4fc80f.tar.gz
gsoc2013-evolution-11de2d8861a957ef7fa8178e09fee53cec4fc80f.tar.bz2
gsoc2013-evolution-11de2d8861a957ef7fa8178e09fee53cec4fc80f.tar.lz
gsoc2013-evolution-11de2d8861a957ef7fa8178e09fee53cec4fc80f.tar.xz
gsoc2013-evolution-11de2d8861a957ef7fa8178e09fee53cec4fc80f.tar.zst
gsoc2013-evolution-11de2d8861a957ef7fa8178e09fee53cec4fc80f.zip
Add SUB_VERSION to the version string passed to
* main.c (main): Add SUB_VERSION to the version string passed to `gnome_init_with_popt_table()'. svn path=/trunk/; revision=12792
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/main.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 290ca8765a..4d37f660f1 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-12 Ettore Perazzoli <ettore@ximian.com>
+
+ * main.c (main): Add SUB_VERSION to the version string passed to
+ `gnome_init_with_popt_table()'.
+
2001-09-12 Chris Toshok <toshok@ximian.com>
* e-shell-importer.c (start_import): only allow importing to
diff --git a/shell/main.c b/shell/main.c
index aaecaa5f37..95f0cb3454 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -241,7 +241,7 @@ main (int argc, char **argv)
/* Make ElectricFence work. */
free (malloc (10));
- gnome_init_with_popt_table ("Evolution", VERSION, argc, argv, options, 0, &popt_context);
+ gnome_init_with_popt_table ("Evolution", VERSION " [" SUB_VERSION "]", argc, argv, options, 0, &popt_context);
if (evolution_debug_log) {
int fd;