Skip to content

Commit

Permalink
Version 1.5 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed May 25, 2018
1 parent b66fa4e commit cf65095
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion skypeweb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8)

set(PROJECT_NAME "skypeweb" C)
set(VERSION_MAJOR "1")
set(VERSION_MINOR "4")
set(VERSION_MINOR "5")
set(VERSION_PATCH "0")

project(${PROJECT_NAME})
Expand Down
1 change: 1 addition & 0 deletions skypeweb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Download latest releases from [here](https://github.com/EionRobb/skype4pidgin/re

Change Log
----------
* 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
* 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
Expand Down
2 changes: 1 addition & 1 deletion skypeweb/libskypeweb.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
#define SKYPEWEB_MAX_MSG_RETRY 2

#define SKYPEWEB_PLUGIN_ID "prpl-skypeweb"
#define SKYPEWEB_PLUGIN_VERSION "1.4"
#define SKYPEWEB_PLUGIN_VERSION "1.5"

#define SKYPEWEB_LOCKANDKEY_APPID "[email protected]"
#define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5"
Expand Down
6 changes: 3 additions & 3 deletions skypeweb/pidgin-skypeweb.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ SetCompress off
!define PRODUCT_NAME "pidgin-skypeweb"
!endif
!ifndef PRODUCT_VERSION
!define PRODUCT_VERSION "v1.4"
!define PRODUCT_VERSION "v1.5"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://eion.robbmob.com/"
!define PRODUCT_WEB_SITE "https://eion.robbmob.com/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!ifndef JSON_GLIB_DLL
Expand All @@ -37,7 +37,7 @@ SetCompress off
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
; Finish page
!define MUI_FINISHPAGE_SHOWREADME "http://eion.robbmob.com/README.txt"
!define MUI_FINISHPAGE_SHOWREADME "https://eion.robbmob.com/README.txt"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_TEXT "Run ${PIDGIN_VARIANT}"
Expand Down

0 comments on commit cf65095

Please sign in to comment.