From 11de2d8861a957ef7fa8178e09fee53cec4fc80f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 13 Sep 2001 01:26:17 +0000 Subject: 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 --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/main.c') 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; -- cgit v1.2.3