finch/gntconv.c

changeset 21453
a90cf329cd48
parent 21271
2b594093a1ca
parent 21106
b85fbef13eed
child 21855
fc93ce6595e4
--- a/finch/gntconv.c	Sat Nov 10 01:18:15 2007 +0000
+++ b/finch/gntconv.c	Sat Nov 10 04:52:20 2007 +0000
@@ -1033,7 +1033,7 @@
 	PurpleCmdStatus status;
 
 	if (!g_ascii_strcasecmp(args[0], "version")) {
-		tmp = g_strdup_printf("me is using Finch v%s.", VERSION);
+		tmp = g_strdup_printf("me is using Finch v%s.", DISPLAY_VERSION);
 		markup = g_markup_escape_text(tmp, -1);
 
 		status = purple_cmd_do_command(conv, tmp, markup, error);

mercurial