diff -r 74acfc3782f1 -r b85fbef13eed pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sat Oct 27 13:36:14 2007 +0000 +++ b/pidgin/gtkconv.c Sat Oct 27 13:56:54 2007 +0000 @@ -359,7 +359,7 @@ PurpleCmdStatus status; if (!g_ascii_strcasecmp(args[0], "version")) { - tmp = g_strdup_printf("me is using %s v%s.", "Pidgin", VERSION); + tmp = g_strdup_printf("me is using %s v%s.", "Pidgin", DISPLAY_VERSION); markup = g_markup_escape_text(tmp, -1); status = purple_cmd_do_command(conv, tmp, markup, error);