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-07-14 11:01:01 +0300
committerEion Robb <eion@robbmob.com>2016-07-14 11:01:01 +0300
commit41cd2309c2aa75294644e60f18468843c4e3be7f (patch)
treedc5dcc96ae9e6ecd36e6d5a4e39f7d67b7f781f5
parent643fca4c565e5724e3632bec06381d7cef1bfd9a (diff)
More version bumps
-rw-r--r--skypeweb/CMakeLists.txt2
-rw-r--r--skypeweb/libjson-glib-1.0.dllbin278906 -> 574322 bytes
-rw-r--r--skypeweb/pidgin-skypeweb.nsi2
3 files changed, 2 insertions, 2 deletions
diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt
index a0037ff..57fb251 100644
--- a/skypeweb/CMakeLists.txt
+++ b/skypeweb/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8)
set(PROJECT_NAME "skypeweb")
set(VERSION_MAJOR "1")
-set(VERSION_MINOR "1")
+set(VERSION_MINOR "2")
set(VERSION_PATCH "0")
project(${PROJECT_NAME})
diff --git a/skypeweb/libjson-glib-1.0.dll b/skypeweb/libjson-glib-1.0.dll
index d36628f..14c9450 100644
--- a/skypeweb/libjson-glib-1.0.dll
+++ b/skypeweb/libjson-glib-1.0.dll
Binary files differ
diff --git a/skypeweb/pidgin-skypeweb.nsi b/skypeweb/pidgin-skypeweb.nsi
index b41ab26..e617b72 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.1"
+!define PRODUCT_VERSION "v1.2"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://eion.robbmob.com/"