From d5f8b00acbacd1417fe5591131e86a60da8d856b Mon Sep 17 00:00:00 2001 From: EndrII Date: Sun, 13 Oct 2019 20:59:29 +0300 Subject: [PATCH] windows installer last fix --- Deploy/Deploy.pro | 2 +- installer | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Deploy/Deploy.pro b/Deploy/Deploy.pro index 6f26d018..b17e9762 100644 --- a/Deploy/Deploy.pro +++ b/Deploy/Deploy.pro @@ -19,7 +19,7 @@ TEMPLATE = lib DEFINES += DEPLOY_LIBRARY -VERSION = 1.3.0.7 +VERSION = 1.3.0.8 DEFINES += APP_VERSION='\\"$$VERSION\\"' diff --git a/installer b/installer index 8ebbe0e0..d6a05484 160000 --- a/installer +++ b/installer @@ -1 +1 @@ -Subproject commit 8ebbe0e0e3bd7529655dd54797e863952b386d2a +Subproject commit d6a05484158fdd2f388ac514d28395d89fecf8d3 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2b4312f0..04ec56d2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ # name: cqtdeployer # you probably want to 'snapcraft register ' -version: '1.3.0.7' # just for humans, typically '1.2+git' or '1.3.2' +version: '1.3.0.8' # just for humans, typically '1.2+git' or '1.3.2' summary: deploy your qt projects # 79 char long summary description: | Console app for deploy qt libs.