From f65117fe27dd42b7c4ebf846cf86091522c9614b Mon Sep 17 00:00:00 2001 From: John Bailey Date: Tue, 16 Mar 2010 06:20:05 +0000 Subject: [PATCH] Change our Yahoo! JAPAN version and version ID's to match the official Yahoo! JAPAN client. I found these values when investigating the new global system message about old versions being decomissioned on 2010-03-30. This doesn't actually do anything other than make it harder to block us based on version. --HG-- extra : convert_revision : 8524850cd868993d8572075af80943765b232d45 --- libpurple/protocols/yahoo/libymsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libpurple/protocols/yahoo/libymsg.h b/libpurple/protocols/yahoo/libymsg.h index 26fb98b78b..31d224387d 100644 --- a/libpurple/protocols/yahoo/libymsg.h +++ b/libpurple/protocols/yahoo/libymsg.h @@ -90,8 +90,8 @@ #define YAHOO_CLIENT_VERSION_ID "4194239" #define YAHOO_CLIENT_VERSION "9.0.0.2162" -#define YAHOOJP_CLIENT_VERSION_ID "4194239" -#define YAHOOJP_CLIENT_VERSION "9.0.0.2162" +#define YAHOOJP_CLIENT_VERSION_ID "4186047" +#define YAHOOJP_CLIENT_VERSION "9.0.0.1727" #define YAHOO_CLIENT_USERAGENT "Mozilla/5.0" -- 2.11.4.GIT