changeset 5950:e8316fec4fd1

[gaim-migrate @ 6394] We're complient with the latest Trepia.. Well, no, that's a big fat lie. We can log in again. Yes, that's more like it! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 24 Jun 2003 04:05:05 +0000
parents 90d0849abd3c
children 88e027814691
files src/protocols/trepia/trepia.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/trepia/trepia.c	Tue Jun 24 03:50:31 2003 +0000
+++ b/src/protocols/trepia/trepia.c	Tue Jun 24 04:05:05 2003 +0000
@@ -44,7 +44,7 @@
 # include <net/if_arp.h>
 #endif
 
-#define TREPIA_VERSION "2.50"
+#define TREPIA_VERSION "2.52"
 
 static GaimPlugin *my_protocol = NULL;
 
@@ -1030,10 +1030,10 @@
 		"<b1></b1>\n"
 		"<c>%s</c>\n"
 		"<d>%s</d>\n"
-		"<e>2.50</e>\n"
+		"<e>%d</e>\n"
 		"</C>",
 		mac, gaim_account_get_username(account),
-		md5_password);
+		md5_password, TREPIA_VERSION);
 
 #if 0
 	g_free(mac);