From 35624c3430ce37696eb760dd7c8503f184c8e9f2 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Thu, 30 Mar 2017 23:42:30 +1300 Subject: [PATCH] Version bump --- skypeweb/CMakeLists.txt | 4 ++-- skypeweb/README.md | 1 + skypeweb/libskypeweb.h | 2 +- skypeweb/pidgin-skypeweb.nsi | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt index d1ad0435..e58cc5ce 100644 --- a/skypeweb/CMakeLists.txt +++ b/skypeweb/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 2.8) set(PROJECT_NAME "skypeweb") set(VERSION_MAJOR "1") -set(VERSION_MINOR "2") -set(VERSION_PATCH "2") +set(VERSION_MINOR "3") +set(VERSION_PATCH "0") project(${PROJECT_NAME}) diff --git a/skypeweb/README.md b/skypeweb/README.md index f0e84c40..48d0d506 100644 --- a/skypeweb/README.md +++ b/skypeweb/README.md @@ -7,6 +7,7 @@ Download latest releases from [here](https://github.com/EionRobb/skype4pidgin/re Change Log ---------- + * 1.3 - S4B and Bot support, receive contacts, updated status icons, fixed auth requests, auto reconnects, call improvements, tooltips, can remove self from the buddy list, fixes tiny-text pasting * 1.2.2 - Fixes non-Live logins * 1.2.1 - Fixes support for Live logins again, fixes setting mood message setting, fixes friend search, hopefully less disconnects * 1.2 - Adds support for libpurple 2.11.0, allows setting "mood" messages diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h index 102febf0..c3f17cbc 100644 --- a/skypeweb/libskypeweb.h +++ b/skypeweb/libskypeweb.h @@ -257,7 +257,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.2.2" +#define SKYPEWEB_PLUGIN_VERSION "1.3" #define SKYPEWEB_LOCKANDKEY_APPID "msmsgs@msnmsgr.com" #define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5" diff --git a/skypeweb/pidgin-skypeweb.nsi b/skypeweb/pidgin-skypeweb.nsi index b7f59283..e7426bcd 100644 --- a/skypeweb/pidgin-skypeweb.nsi +++ b/skypeweb/pidgin-skypeweb.nsi @@ -9,7 +9,7 @@ SetCompress off !define PRODUCT_NAME "pidgin-skypeweb" !endif !ifndef PRODUCT_VERSION -!define PRODUCT_VERSION "v1.2.2" +!define PRODUCT_VERSION "v1.3" !endif !define PRODUCT_PUBLISHER "Eion Robb" !define PRODUCT_WEB_SITE "http://eion.robbmob.com/"