diff --git a/Deploy/Deploy.pro b/Deploy/Deploy.pro index af13034..4100ebf 100644 --- a/Deploy/Deploy.pro +++ b/Deploy/Deploy.pro @@ -19,7 +19,7 @@ TEMPLATE = lib DEFINES += DEPLOY_LIBRARY -VERSION = 1.4.6.3 +VERSION = 1.4.7.0 DEFINES += APP_VERSION='\\"$$VERSION\\"' diff --git a/QIFData/config/configLinux.xml b/QIFData/config/configLinux.xml index 86f7374..0ecaa6c 100644 --- a/QIFData/config/configLinux.xml +++ b/QIFData/config/configLinux.xml @@ -3,7 +3,7 @@ <WizardDefaultWidth>640px</WizardDefaultWidth> <WizardDefaultHeight>400px</WizardDefaultHeight> <Name>CQtDeployer</Name> - <Version>1.4.6.3</Version> + <Version>1.4.7.0</Version> <Title>CQtDeployer</Title> <Publisher>QuasarApp</Publisher> <StartMenuDir>CQtDeployer</StartMenuDir> diff --git a/QIFData/config/configWin.xml b/QIFData/config/configWin.xml index d30ad83..d280613 100644 --- a/QIFData/config/configWin.xml +++ b/QIFData/config/configWin.xml @@ -3,7 +3,7 @@ <WizardDefaultWidth>640px</WizardDefaultWidth> <WizardDefaultHeight>400px</WizardDefaultHeight> <Name>CQtDeployer</Name> - <Version>1.4.6.3</Version> + <Version>1.4.7.0</Version> <Title>CQtDeployer</Title> <Publisher>QuasarApp</Publisher> <StartMenuDir>CQtDeployer</StartMenuDir> diff --git a/QIFData/packages/cqtdeployer.1_4/meta/package.xml b/QIFData/packages/cqtdeployer.1_4/meta/package.xml index 0e9f2d6..4dbe1c5 100644 --- a/QIFData/packages/cqtdeployer.1_4/meta/package.xml +++ b/QIFData/packages/cqtdeployer.1_4/meta/package.xml @@ -2,7 +2,7 @@ <Package> <DisplayName>CQtDeployer 1.4</DisplayName> <Description>CQtDeployer 1.4</Description> - <Version>1.4.6.3</Version> + <Version>1.4.7.0</Version> <Default>true</Default> <ForcedInstallation>false</ForcedInstallation> <Script>installscript.js</Script> diff --git a/doc/wiki b/doc/wiki index 676310f..9c8c7f2 160000 --- a/doc/wiki +++ b/doc/wiki @@ -1 +1 @@ -Subproject commit 676310ff1722456eebbc57c62c73d154aa825962 +Subproject commit 9c8c7f2ca22457cd7aa72571db4c0126bfd8d629 diff --git a/snap/gui/cqtdeployer.desktop b/snap/gui/cqtdeployer.desktop index 71aa105..0bd08ee 100755 --- a/snap/gui/cqtdeployer.desktop +++ b/snap/gui/cqtdeployer.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.4.6.3 +Version=1.4.7.0 Name=CQtDeployer Comment=CQtDeployer Help. Exec=cqtdeployer @@ -10,6 +10,6 @@ Categories=Application; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=CQtDeployer X-GNOME-Bugzilla-Component=General -X-GNOME-Bugzilla-Version=1.4.6.3 +X-GNOME-Bugzilla-Version=1.4.7.0 StartupNotify=true Name[ru_RU]=CQtDeployer diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ef98e7f..2b04881 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ # name: cqtdeployer # you probably want to 'snapcraft register <name>' -version: '1.4.6.3' # just for humans, typically '1.2+git' or '1.3.2' +version: '1.4.7.0' # 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.