From aca106f1de6184f28ccbc5f55ba69e241c7c9706 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Thu, 7 Jan 2016 14:40:08 +1300 Subject: Version 1.1 Bump --- skypeweb/CMakeLists.txt | 2 +- skypeweb/libskypeweb.h | 4 ++-- skypeweb/pidgin-skypeweb.nsi | 2 ++ skypeweb/purple-skypeweb.spec | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt index 16bff89..df246e3 100644 --- a/skypeweb/CMakeLists.txt +++ b/skypeweb/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 2.8) set(PROJECT_NAME "skypeweb") -set(VERSION_MAJOR "0") +set(VERSION_MAJOR "1") set(VERSION_MINOR "1") set(VERSION_PATCH "0") diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h index 6c39152..5d4d148 100644 --- a/skypeweb/libskypeweb.h +++ b/skypeweb/libskypeweb.h @@ -239,7 +239,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.0" +#define SKYPEWEB_PLUGIN_VERSION "1.1" #define SKYPEWEB_LOCKANDKEY_APPID "msmsgs@msnmsgr.com" #define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5" @@ -252,7 +252,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.13.79" +#define SKYPEWEB_CLIENTINFO_VERSION "908/1.22.117" #define SKYPEWEB_BUDDY_IS_MSN(a) G_UNLIKELY((a) != NULL && strchr((a), '@') != NULL) diff --git a/skypeweb/pidgin-skypeweb.nsi b/skypeweb/pidgin-skypeweb.nsi index e74c2b4..db5dca1 100644 --- a/skypeweb/pidgin-skypeweb.nsi +++ b/skypeweb/pidgin-skypeweb.nsi @@ -5,6 +5,8 @@ SetCompress off ; todo: SetBrandingImage ; HM NIS Edit Wizard helper defines +!define PRODUCT_NAME "pidgin-skypeweb" +!define PRODUCT_VERSION "v1.1" !define PRODUCT_PUBLISHER "Eion Robb" !define PRODUCT_WEB_SITE "http://eion.robbmob.com/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" diff --git a/skypeweb/purple-skypeweb.spec b/skypeweb/purple-skypeweb.spec index e64367b..96f132f 100644 --- a/skypeweb/purple-skypeweb.spec +++ b/skypeweb/purple-skypeweb.spec @@ -1,7 +1,7 @@ %global plugin_name skypeweb Name: purple-%{plugin_name} -Version: 1.0 +Version: 1.1 Release: 2%{?dist} License: GPLv3 URL: https://github.com/EionRobb/skype4pidgin -- cgit v1.2.3