aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
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;