Skip to content

Commit

Permalink
Version 1.1 Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Jan 7, 2016
1 parent 0ecc333 commit aca106f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion skypeweb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
4 changes: 2 additions & 2 deletions skypeweb/libskypeweb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
#define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5"
Expand All @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions skypeweb/pidgin-skypeweb.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion skypeweb/purple-skypeweb.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aca106f

Please sign in to comment.