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-01-07 04:40:08 +0300
committerEion Robb <eion@robbmob.com>2016-01-07 04:40:08 +0300
commitaca106f1de6184f28ccbc5f55ba69e241c7c9706 (patch)
tree97f31c15305403f86552749c5c8880c88829b7af
parent0ecc333d9438d48357b4094410935b32fbd7ee1f (diff)
Version 1.1 Bump1.1
-rw-r--r--skypeweb/CMakeLists.txt2
-rw-r--r--skypeweb/libskypeweb.h4
-rw-r--r--skypeweb/pidgin-skypeweb.nsi2
-rw-r--r--skypeweb/purple-skypeweb.spec2
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