fix variables in windows installer

This commit is contained in:
Andrei Yankovich 2019-10-13 20:17:55 +03:00
parent 54700d8b0a
commit 9dc94654cb
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ TEMPLATE = lib
DEFINES += DEPLOY_LIBRARY
VERSION = 1.3.0.5
VERSION = 1.3.0.6
DEFINES += APP_VERSION='\\"$$VERSION\\"'

@ -1 +1 @@
Subproject commit c4a61bd89d56eeee65448552f74489783dc19eca
Subproject commit 87449e7e5c292806d26f0bbe8d711d0f5cd25b5d

View File

@ -6,7 +6,7 @@
#
name: cqtdeployer # you probably want to 'snapcraft register <name>'
version: '1.3.0.5' # just for humans, typically '1.2+git' or '1.3.2'
version: '1.3.0.6' # 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.