From 21e3a6fbf97a290177e9541a41e42ddf9c8d93d3 Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Sat, 26 Nov 2016 00:50:30 +0300 Subject: [PATCH 1/2] Release version has been changed --- common.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.pri b/common.pri index c15fe14..c44c200 100644 --- a/common.pri +++ b/common.pri @@ -48,7 +48,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc LIMEREPORT_VERSION_MAJOR = 1 LIMEREPORT_VERSION_MINOR = 3 -LIMEREPORT_VERSION_RELEASE = 11 +LIMEREPORT_VERSION_RELEASE = 12 LIMEREPORT_VERSION = '\\"$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}\\"' DEFINES += LIMEREPORT_VERSION_STR=\"$${LIMEREPORT_VERSION}\" From a73bc9041751546155713332debcd8b88f279b87 Mon Sep 17 00:00:00 2001 From: Arin Alex Date: Wed, 7 Dec 2016 20:35:56 +0300 Subject: [PATCH 2/2] travis build: ppa:beineri/opt-qt561-trusty --> ppa:beineri/opt-qt562-trusty --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b89e1f8..dadebf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: - QT_BASE=56 before_install: - - if [ "$QT_BASE" = "56" ]; then sudo add-apt-repository ppa:beineri/opt-qt561-trusty -y; fi + - if [ "$QT_BASE" = "56" ]; then sudo add-apt-repository ppa:beineri/opt-qt562-trusty -y; fi - sudo apt-get update -qq install: