comparison finch/gntconv.c @ 21030:3cc856ca2338

Add a --with-extraversion option to ./configure so packagers can fine tune the version displayed to the end user to assist in support and things. Fixes #3681
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 27 Oct 2007 13:56:54 +0000
parents 89c7be36fd61
children 6de09629f091
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
1037 { 1037 {
1038 char *tmp, *markup; 1038 char *tmp, *markup;
1039 PurpleCmdStatus status; 1039 PurpleCmdStatus status;
1040 1040
1041 if (!g_ascii_strcasecmp(args[0], "version")) { 1041 if (!g_ascii_strcasecmp(args[0], "version")) {
1042 tmp = g_strdup_printf("me is using Finch v%s.", VERSION); 1042 tmp = g_strdup_printf("me is using Finch v%s.", DISPLAY_VERSION);
1043 markup = g_markup_escape_text(tmp, -1); 1043 markup = g_markup_escape_text(tmp, -1);
1044 1044
1045 status = purple_cmd_do_command(conv, tmp, markup, error); 1045 status = purple_cmd_do_command(conv, tmp, markup, error);
1046 1046
1047 g_free(tmp); 1047 g_free(tmp);