Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Jul 14, 2016
1 parent b2c3457 commit 643fca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skypeweb/libskypeweb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
#define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5"
Expand All @@ -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) == '+')
Expand Down

0 comments on commit 643fca4

Please sign in to comment.