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
This commit is contained in:
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user