From b226d1c457d73900ae89b8a7469247fbe33677a6 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Tue, 25 Aug 2020 20:20:25 +1200 Subject: 1.7 version bump --- skypeweb/CMakeLists.txt | 2 +- skypeweb/README.md | 1 + skypeweb/libskypeweb.h | 2 +- skypeweb/pidgin-skypeweb.nsi | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt index 5ee00db..597c484 100644 --- a/skypeweb/CMakeLists.txt +++ b/skypeweb/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8) set(PROJECT_NAME "skypeweb" C) set(VERSION_MAJOR "1") -set(VERSION_MINOR "6") +set(VERSION_MINOR "7") set(VERSION_PATCH "0") project(${PROJECT_NAME}) diff --git a/skypeweb/README.md b/skypeweb/README.md index f84848d..ddb61c0 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.7 - Fixes 'non-alt login' (failed to get Magic T), improves online presences * 1.6 - Fixes 'alt login', fixes file transfers, fixes losing admin rights when joining a room * 1.5 - Adds 'alternative auth' support, adds support for suggested contacts, fixes 'deny' friend requests * 1.4 - libpurple3.0 support, newer HTTP library which uses less CPU, fix for adding/removing/blocking contacts diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h index dc9141d..788a97c 100644 --- a/skypeweb/libskypeweb.h +++ b/skypeweb/libskypeweb.h @@ -112,7 +112,7 @@ #define SKYPEWEB_MAX_MSG_RETRY 2 #define SKYPEWEB_PLUGIN_ID "prpl-skypeweb" -#define SKYPEWEB_PLUGIN_VERSION "1.6" +#define SKYPEWEB_PLUGIN_VERSION "1.7" #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 691c80d..4685bdb 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.6" +!define PRODUCT_VERSION "v1.7" !endif !define PRODUCT_PUBLISHER "Eion Robb" !define PRODUCT_WEB_SITE "https://eion.robbmob.com/" -- cgit v1.2.3