Skip to content

Commit 8d2a4e0

Browse files
committed
v 1.5 stable
1 parent c7ea5b4 commit 8d2a4e0

File tree

7 files changed

+12
-13
lines changed

7 files changed

+12
-13
lines changed

Deploy/Deploy.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TEMPLATE = lib
1919

2020
DEFINES += DEPLOY_LIBRARY
2121

22-
VERSION = 1.5.0.34
22+
VERSION = 1.5.0.35
2323

2424
DEFINES += APP_VERSION='\\"$$VERSION\\"'
2525

QIFData/config/configLinux.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<WizardDefaultWidth>640px</WizardDefaultWidth>
44
<WizardDefaultHeight>400px</WizardDefaultHeight>
55
<Name>CQtDeployer</Name>
6-
<Version>1.5.0.34</Version>
6+
<Version>1.5.0.35</Version>
77
<Title>CQtDeployer</Title>
88
<Publisher>QuasarApp</Publisher>
99
<StartMenuDir>CQtDeployer</StartMenuDir>

QIFData/config/configWin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<WizardDefaultWidth>640px</WizardDefaultWidth>
44
<WizardDefaultHeight>400px</WizardDefaultHeight>
55
<Name>CQtDeployer</Name>
6-
<Version>1.5.0.34</Version>
6+
<Version>1.5.0.35</Version>
77
<Title>CQtDeployer</Title>
88
<Publisher>QuasarApp</Publisher>
99
<StartMenuDir>CQtDeployer</StartMenuDir>

QIFData/packages/cqtdeployer.1_5/meta/installscript.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ function Component()
66
}
77

88
function generateTr() {
9-
component.setValue("DisplayName", qsTr("CQtDeployer " + VERSION + " Candidate"));
9+
component.setValue("DisplayName", qsTr("CQtDeployer " + VERSION ));
1010
component.setValue("Description", qsTr("This package contains CQtDeployer version " + VERSION));
1111
}
1212

13-
Component.prototype.createOperations = function()
14-
{
13+
Component.prototype.createOperations = function() {
1514
// // call default implementation to actually install README.txt!
1615
component.createOperations();
1716
systemIntegration();

QIFData/packages/cqtdeployer.1_5/meta/package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0"?>
22
<Package>
3-
<DisplayName>CQtDeployer 1.5 Beta</DisplayName>
4-
<Description>CQtDeployer 1.5 Beta. Do not use this version because it is unstable and may lead to unwanted bugs or consequences. Use this version exclusively for testing new functionality.</Description>
5-
<Version>1.5.0.34</Version>
3+
<DisplayName>CQtDeployer 1.5</DisplayName>
4+
<Description>CQtDeployer 1.5</Description>
5+
<Version>1.5.0.35</Version>
66
<Default>true</Default>
77
<ForcedInstallation>false</ForcedInstallation>
88
<Script>installscript.js</Script>
9-
<ReleaseDate>2021-04-07</ReleaseDate>
9+
<ReleaseDate>2021-05-23</ReleaseDate>
1010
<SortingPriority>201</SortingPriority>
1111
<Translations>
1212
<Translation>ru.qm</Translation>

snap/gui/cqtdeployer.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Version=1.5.0.34
2+
Version=1.5.0.35
33
Name=CQtDeployer
44
Comment=CQtDeployer Help.
55
Exec=cqtdeployer
@@ -10,6 +10,6 @@ Categories=Application;
1010
X-GNOME-Bugzilla-Bugzilla=GNOME
1111
X-GNOME-Bugzilla-Product=CQtDeployer
1212
X-GNOME-Bugzilla-Component=General
13-
X-GNOME-Bugzilla-Version=1.5.0.34
13+
X-GNOME-Bugzilla-Version=1.5.0.35
1414
StartupNotify=true
1515
Name[ru_RU]=CQtDeployer

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
name: cqtdeployer # you probably want to 'snapcraft register <name>'
9-
version: '1.5.0.34' # just for humans, typically '1.2+git' or '1.3.2'
9+
version: '1.5.0.35' # just for humans, typically '1.2+git' or '1.3.2'
1010
summary: deploy your qt projects # 79 char long summary
1111
description: |
1212
Console app for deploy qt libs.

0 commit comments

Comments
 (0)