Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2016-07-14 10:46:37 +0300
committerEion Robb <eion@robbmob.com>2016-07-14 10:46:37 +0300
commit643fca4c565e5724e3632bec06381d7cef1bfd9a (patch)
tree645738ad68fc587825fdebc53a8e1526abd3c18b
parentb2c3457d1a90421b1ca82812915c37022721bb29 (diff)
Version Bumpv1.2
-rw-r--r--skypeweb/libskypeweb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index 36d8da8..be2eb6d 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -250,7 +250,7 @@ G_MODULE_EXPORT GType skypeweb_protocol_get_type(void);
#define SKYPEWEB_MAX_MSG_RETRY 2
#define SKYPEWEB_PLUGIN_ID "prpl-skypeweb"
-#define SKYPEWEB_PLUGIN_VERSION "1.1"
+#define SKYPEWEB_PLUGIN_VERSION "1.2"
#define SKYPEWEB_LOCKANDKEY_APPID "msmsgs@msnmsgr.com"
#define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5"
@@ -263,7 +263,7 @@ G_MODULE_EXPORT GType skypeweb_protocol_get_type(void);
#define SKYPEWEB_XFER_HOST "api.asm.skype.com"
#define SKYPEWEB_CLIENTINFO_NAME "swx-skype.com"
-#define SKYPEWEB_CLIENTINFO_VERSION "908/1.22.117"
+#define SKYPEWEB_CLIENTINFO_VERSION "908/1.50.53"
#define SKYPEWEB_BUDDY_IS_MSN(a) G_UNLIKELY((a) != NULL && strchr((a), '@') != NULL)
#define SKYPEWEB_BUDDY_IS_PHONE(a) G_UNLIKELY((a) != NULL && *(a) == '+')