# HG changeset patch # User Christian Hammond # Date 1056427505 0 # Node ID e8316fec4fd16c354a4097946b43ee927b7c3ed7 # Parent 90d0849abd3c13c707428bdb2edc56f38ba2781c [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 diff -r 90d0849abd3c -r e8316fec4fd1 src/protocols/trepia/trepia.c --- 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 #endif -#define TREPIA_VERSION "2.50" +#define TREPIA_VERSION "2.52" static GaimPlugin *my_protocol = NULL; @@ -1030,10 +1030,10 @@ "\n" "%s\n" "%s\n" - "2.50\n" + "%d\n" "", mac, gaim_account_get_username(account), - md5_password); + md5_password, TREPIA_VERSION); #if 0 g_free(mac);